We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c572f9 commit c19f8ffCopy full SHA for c19f8ff
test/index.js
@@ -38,7 +38,4 @@ const createCase = fixture => (
38
})
39
)
40
41
-describe('smartlink-core', () => {
42
- createCase('fastersite')
43
- // fixtures.forEach(createCase)
44
-})
+describe('smartlink-core', () => fixtures.forEach(createCase))
0 commit comments