Skip to content

Commit

Permalink
⚒ fix CI failure
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticatea committed Nov 9, 2019
1 parent 075d3ff commit ed5c4cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/document-fragment.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
const assert = require("assert")
const fs = require("fs")
const path = require("path")
const parser = require("..")
const parser = require("../src")

//------------------------------------------------------------------------------
// Helpers
Expand Down

0 comments on commit ed5c4cf

Please sign in to comment.