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 f9c9655 commit fabf50f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/create-example-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ const { parseTestCSVRow } = require('../lib/data/parse-test-csv-row');
const {
renderHTML: renderCollectedTestHtml,
} = require('../lib/data/templates/collected-test.html');
const { isArrayBufferView, isArrayBuffer } = require('util/types');
const {
types: { isArrayBufferView, isArrayBuffer },
} = require('util');

/**
* @param {string} directory - path to directory of data to be used to generate test
Expand Down

0 comments on commit fabf50f

Please sign in to comment.