Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 0a80ac3

Browse files
committed
fix tests
1 parent 9ce4692 commit 0a80ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-opts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function fixtures(glob) {
99
}
1010

1111
describe('opts', function () {
12-
it.only('should not mutate the options object', function () {
12+
it('should not mutate the options object', function () {
1313
var opts = {};
1414
watch(fixtures('index.js'), opts).close();
1515
opts.should.have.keys([]);

0 commit comments

Comments
 (0)