Skip to content

Commit 4fe5d6f

Browse files
committed
Removed unintended exclamation mark.
1 parent d98bfde commit 4fe5d6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/config/validator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ describe('The validator function', () => {
4040
config.setPublicPath('/tmp');
4141
config.copyFiles({ from: './' });
4242

43-
!expect(() => {
43+
expect(() => {
4444
validator(config);
4545
}).not.throw();
4646

0 commit comments

Comments
 (0)