Skip to content

Commit

Permalink
Remove redundant assign
Browse files Browse the repository at this point in the history
The 'assert' object is already present on the sandbox
  • Loading branch information
fatso83 committed Oct 25, 2023
1 parent ff735ad commit dbde881
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/create-sinon-api.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ module.exports = function createApi(opts = { sinonXhrLib: nise }) {

const apiMethods = {
createSandbox: createSandbox,
assert: require("./sinon/assert"),
match: require("@sinonjs/samsam").createMatcher,
restoreObject: require("./sinon/restore-object"),

Expand Down

0 comments on commit dbde881

Please sign in to comment.