Skip to content

Commit

Permalink
Import parser differently for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Jun 20, 2019
1 parent 987195e commit a1d9562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-javascript.js
@@ -1,4 +1,4 @@
const parser = require("../dist/index")
const {parser} = require("../dist/index")
const {StringStream} = require("lezer")

const ist = require("ist")
Expand Down

0 comments on commit a1d9562

Please sign in to comment.