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 93bc53e commit cd29b82Copy full SHA for cd29b82
tests/unit/directive.spec.js
@@ -1,5 +1,5 @@
1
import directive from '../../src/directive'
2
3
test ('should not throw error on empty config', () => {
4
- expect(() => directive({}, {})).toThrow()
+ expect(() => directive({}, {})).not.toThrow()
5
})
0 commit comments