Skip to content

Commit

Permalink
new location for main file
Browse files Browse the repository at this point in the history
  • Loading branch information
elidoran committed Apr 28, 2021
1 parent ce6d919 commit 916c163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var tap = require('tap')
var commaNumber = require('../../lib')
var commaNumber = require('./index.js')

function testEach(pairs, t, format) {
t.plan(pairs.length)
Expand Down

0 comments on commit 916c163

Please sign in to comment.