Skip to content

Commit

Permalink
chore: fix docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jul 27, 2020
1 parent 4d0a19e commit c55fba5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion website.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ markdown.setOptions({
});

const tests = [
...acquit.parse(fs.readFileSync('./test/webpack.test.js').toString()),
...acquit.parse(fs.readFileSync('./test/geojson.test.js').toString()),
...acquit.parse(fs.readFileSync('./test/docs/transactions.test.js').toString()),
...acquit.parse(fs.readFileSync('./test/schema.alias.test.js').toString()),
Expand Down

0 comments on commit c55fba5

Please sign in to comment.