Skip to content

Commit 2c744c8

Browse files
committed
tests: run all tests
1 parent a5e214b commit 2c744c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/specs/cli/cli.options.watch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ var cli = require("../../../dist/cli/cli-options");
22
var merge = cli.merge;
33
var assert = require("chai").assert;
44

5-
describe.only("CLI: Options: Merging Watch Option", function() {
5+
describe("CLI: Options: Merging Watch Option", function() {
66
it("watches in server mode (no files given)", function() {
77
var input = {server: true, watch: true};
88
var config = merge(input).toJS();

0 commit comments

Comments
 (0)