Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
add a test for index file
  • Loading branch information
isaacs committed Dec 11, 2019
commit b1d05369e51387eabf6305522698110e35794881
9 changes: 9 additions & 0 deletions test/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
const t = require('tap')
const index = require('../')
t.match(index, {
rm: Function,
link: Function,
linkIfExists: Function,
mkdir: Function,
binLink: Function
}, 'exports all the functions')