Skip to content
This repository has been archived by the owner on Jan 6, 2021. It is now read-only.

Commit

Permalink
Replace referee with @sinonjs/referee
Browse files Browse the repository at this point in the history
  • Loading branch information
mroderick committed Mar 3, 2018
1 parent dcc47bb commit 9932a7e
Show file tree
Hide file tree
Showing 3 changed files with 135 additions and 23 deletions.
4 changes: 2 additions & 2 deletions lib/formatio.test.js
@@ -1,7 +1,7 @@
"use strict";

var assert = require("referee").assert;
var refute = require("referee").refute;
var assert = require("@sinonjs/referee").assert;
var refute = require("@sinonjs/referee").refute;
var formatio = require("./formatio");

var namesAnonymousFunctions = (function () {
Expand Down
150 changes: 131 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -23,12 +23,12 @@
"samsam": "1.3.0"
},
"devDependencies": {
"@sinonjs/referee": "^2.0.0",
"eslint": "^4.16.0",
"eslint-config-sinon": "^1.0.3",
"eslint-plugin-ie11": "^1.0.0",
"eslint-plugin-mocha": "^4.11.0",
"mocha": "^5.0.0",
"nyc": "^11.4.1",
"referee": "^1.2.0"
"nyc": "^11.4.1"
}
}

0 comments on commit 9932a7e

Please sign in to comment.