Skip to content

Commit

Permalink
Fix bug from ava changes: remove erroneous testlib import from index.…
Browse files Browse the repository at this point in the history
…ts (#1238)
  • Loading branch information
cspotcode committed Feb 23, 2021
1 parent 68a6a10 commit 83fdf6a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { test } from './testlib'
import { relative, basename, extname, resolve, dirname, join } from 'path'
import sourceMapSupport = require('source-map-support')
import * as ynModule from 'yn'
Expand Down

0 comments on commit 83fdf6a

Please sign in to comment.