Skip to content

Commit 7eab247

Browse files
committed
Don't use sinon.useFakeTimers
1 parent cb83521 commit 7eab247

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

bootstrap-unexpected-markdown.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,3 @@ unexpected = require('unexpected').clone();
44
express = require('express');
55
unexpected.output.preferredWidth = 80;
66
unexpected.installPlugin(require('./lib/unexpectedExpress'));
7-
8-
require('sinon').useFakeTimers({
9-
now: 1457823364125,
10-
toFake: ['Date'],
11-
});

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
"nyc": "^15.0.0",
5454
"offline-github-changelog": "^2.0.0",
5555
"prettier": "~2.1.0",
56-
"sinon": "^9.0.0",
5756
"unexpected": "^12.0.0",
5857
"unexpected-documentation-site-generator": "^6.0.0",
5958
"unexpected-markdown": "^5.0.0",

0 commit comments

Comments
 (0)