Skip to content

Commit

Permalink
Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Nov 17, 2023
1 parent 1fb6833 commit b762b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/performance/compare-results.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* External dependencies.
*/
const { readFileSync, readdirSync } = require( 'node:fs' );
const { readFileSync, readdirSync, writeFileSync } = require( 'node:fs' );
const { join, basename } = require( 'node:path' );

/**
Expand Down

0 comments on commit b762b79

Please sign in to comment.