We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f63df7b commit 6a13409Copy full SHA for 6a13409
template/default/src/test.js
@@ -1,7 +1,7 @@
1
-import ExampleComponent from './'
+import { ExampleComponent } from './';
2
3
describe('ExampleComponent', () => {
4
it('is truthy', () => {
5
- expect(ExampleComponent).toBeTruthy()
6
- })
7
-})
+ expect(ExampleComponent).toBeTruthy();
+ });
+});
0 commit comments