Skip to content

Commit

Permalink
Fix test import (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdothtml authored Feb 27, 2020
1 parent 0104c97 commit 84ed648
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions index.test.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import { runTests, test } from 'https://deno.land/std/testing/mod.ts'
/* global Deno */

import { assertEquals } from 'https://deno.land/std/testing/asserts.ts'
import minimatch from './index.js'

test({
Deno.test({
name: 'minimatch',
fn() {
const mmInstance = new minimatch.Minimatch('*.js')
Expand All @@ -18,4 +19,4 @@ test({
},
})

runTests()
Deno.runTests()

0 comments on commit 84ed648

Please sign in to comment.