We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fb51c0 commit a16ccbaCopy full SHA for a16ccba
src/test.js
@@ -1,7 +1,7 @@
1
-import ExampleComponent from '.'
+import WebWorker from '.'
2
3
-describe('ExampleComponent', () => {
4
- it('is truthy', () => {
5
- expect(ExampleComponent).toBeTruthy()
+describe('WebWorker', () => {
+ it('is a Function', () => {
+ expect(String(typeof WebWorker)).toBe('function')
6
})
7
0 commit comments