Skip to content

Commit

Permalink
[Tests] fix tests from 0de8efb
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 4, 2020
1 parent 31d0199 commit ee45fc3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ node_modules
npm-shrinkwrap.json
yarn.lock
package-lock.json

coverage/
.nyc_output/
2 changes: 1 addition & 1 deletion test.js → test/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';

var test = require('tape');
var isArguments = require('./');
var isArguments = require('../');
var hasToStringTag = typeof Symbol === 'function' && typeof Symbol.toStringTag === 'symbol';

test('primitives', function (t) {
Expand Down

0 comments on commit ee45fc3

Please sign in to comment.