Skip to content

Commit

Permalink
fixup! render reference page as template for scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mzgoddard committed Sep 28, 2021
1 parent 5f5a6d2 commit e022548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create-example-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const beautify = require('json-beautify');
const nodeHTMLParser = require('node-html-parser');

const { validate, invariant } = require('../lib/util/error');
const { reindent, Lines } = require('../lib/util/lines');
const { reindent } = require('../lib/util/lines');
const { Queryable } = require('../lib/util/queryable');
const { FileRecordChain } = require('../lib/util/file-record-chain');

Expand Down

0 comments on commit e022548

Please sign in to comment.