Skip to content

Commit

Permalink
[Tests] move tests to test dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Oct 26, 2023
1 parent 92679ea commit 18313a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js → test/index.js
Expand Up @@ -3,7 +3,7 @@
require('mocha');
var assert = require('assert');
var should = require('should');
var isDescriptor = require('./');
var isDescriptor = require('../');
var noop = function(){};

describe('isDescriptor', function () {
Expand Down

0 comments on commit 18313a7

Please sign in to comment.