Skip to content

Commit cd29b82

Browse files
author
Dipak Sarkar
committed
updated test script
1 parent 93bc53e commit cd29b82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/directive.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import directive from '../../src/directive'
22

33
test ('should not throw error on empty config', () => {
4-
expect(() => directive({}, {})).toThrow()
4+
expect(() => directive({}, {})).not.toThrow()
55
})

0 commit comments

Comments
 (0)