From 5c7f032e472daffe5918b138a22f2fffddb280d0 Mon Sep 17 00:00:00 2001 From: Taylor Schley Date: Fri, 3 Dec 2021 10:12:47 -0600 Subject: [PATCH] fix: test --- package.json | 2 +- test/example/recur-example-test.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 54402de..94d8d45 100644 --- a/package.json +++ b/package.json @@ -164,7 +164,7 @@ "minify": "cross-env NODE_ENV=production browserify src/index.js -o dist/later.min.js -s later -g [ babelify --configFile ./.dist.babelrc ] -p tinyify", "nyc": "cross-env NODE_ENV=test nyc mocha test/**/*-test.js --reporter dot", "pretest": "yarn run build && yarn run lint", - "test": "cross-env NODE_ENV=test mocha test/**/*-test.js --reporter dot", + "test": "cross-env NODE_ENV=test mocha test/**/*-test.js --reporter spec", "test-coverage": "cross-env NODE_ENV=test nyc yarn run test" }, "unpkg": "dist/later.min.js", diff --git a/test/example/recur-example-test.js b/test/example/recur-example-test.js index 1613578..4f98a7c 100644 --- a/test/example/recur-example-test.js +++ b/test/example/recur-example-test.js @@ -345,7 +345,7 @@ describe('Recur Examples', function () { }); }); - it.skip('Every hour passing over DST', function () { + it('Every hour passing over DST', function () { // this test will only pass when DST starts on March 10, 2013 at 2ams later.date.localTime();