Skip to content

Commit

Permalink
tests for v2
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jan 27, 2020
1 parent 675263d commit d35c9b2
Show file tree
Hide file tree
Showing 10 changed files with 1,051 additions and 298 deletions.
3 changes: 3 additions & 0 deletions map.js
@@ -0,0 +1,3 @@
const {basename} = require('path')
const map = base => base === 'index.js' ? 'index.js' : `lib/${base}`
module.exports = test => map(basename(test))

0 comments on commit d35c9b2

Please sign in to comment.