Skip to content

Commit

Permalink
fix test require of index
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Nov 13, 2019
1 parent 9fc7543 commit 50d819b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
'use strict'

// Import
const argsbytype = require('../')
const argsbytype = require('./')
const deepEqual = require('assert-helpers').deepEqual,
kava = require('kava')

Expand Down

0 comments on commit 50d819b

Please sign in to comment.