mirror of
https://github.com/bendtherules/some-hooks.git
synced 2026-08-18 22:02:37 +00:00
prettier - Format existing files with prettier
This commit is contained in:
+6
-6
@@ -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();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user