prettier - Format existing files with prettier

This commit is contained in:
2019-12-31 13:54:47 +05:30
parent 3c2777c4af
commit e6f65acede
4 changed files with 22 additions and 28 deletions
+6 -6
View File
@@ -1,7 +1,7 @@
import { useMyHook } from './'
import { useMyHook } from "./";
describe('useMyHook', () => {
it('is truthy', () => {
expect(useMyHook).toBeTruthy()
})
})
describe("useMyHook", () => {
it("is truthy", () => {
expect(useMyHook).toBeTruthy();
});
});