Skip to content

Commit

Permalink
run test: load tap from full module location
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jan 30, 2019
1 parent 3d9cc9a commit a51cc6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run.js
Expand Up @@ -651,7 +651,7 @@ t.test('mjs', t => {

t.test('esm', t => {
const ok = tmpfile(t, 'esm/ok.js', `'use strict'
import {t} from 'tap'
import {t} from ${tap}
t.pass('this is fine')
`)
run([ok], {}, (er, o, e) => {
Expand Down

0 comments on commit a51cc6f

Please sign in to comment.