We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb83521 commit 7eab247Copy full SHA for 7eab247
bootstrap-unexpected-markdown.js
@@ -4,8 +4,3 @@ unexpected = require('unexpected').clone();
4
express = require('express');
5
unexpected.output.preferredWidth = 80;
6
unexpected.installPlugin(require('./lib/unexpectedExpress'));
7
-
8
-require('sinon').useFakeTimers({
9
- now: 1457823364125,
10
- toFake: ['Date'],
11
-});
package.json
@@ -53,7 +53,6 @@
53
"nyc": "^15.0.0",
54
"offline-github-changelog": "^2.0.0",
55
"prettier": "~2.1.0",
56
- "sinon": "^9.0.0",
57
"unexpected": "^12.0.0",
58
"unexpected-documentation-site-generator": "^6.0.0",
59
"unexpected-markdown": "^5.0.0",
0 commit comments