Fix prettier on all files

This commit is contained in:
2019-08-03 20:40:07 +05:30
parent feee690b48
commit 67206dfe41
24 changed files with 164 additions and 144 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
import { createPrettyHtmlMatchers } from 'jest-prettyhtml-matchers'
import { createPrettyHtmlMatchers } from "jest-prettyhtml-matchers";
expect.extend(
createPrettyHtmlMatchers({
@@ -6,4 +6,4 @@ expect.extend(
sortAttributes: true,
wrapAttributes: true
})
)
);