mirror of
https://github.com/bendtherules/ts-transformer-visualizer.git
synced 2026-08-19 00:35:13 +00:00
src, example - Formatr all files using prettier
This commit is contained in:
+6
-6
@@ -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();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user