src, example - Formatr all files using prettier

This commit is contained in:
2020-01-24 13:11:57 +05:30
parent dee9e8f28f
commit 0aacaa379c
5 changed files with 26 additions and 31 deletions
+6 -6
View File
@@ -1,7 +1,7 @@
import ExampleComponent from './'
import ExampleComponent from "./";
describe('ExampleComponent', () => {
it('is truthy', () => {
expect(ExampleComponent).toBeTruthy()
})
})
describe("ExampleComponent", () => {
it("is truthy", () => {
expect(ExampleComponent).toBeTruthy();
});
});