Skip to content

Commit

Permalink
fix(web): regression-test test-builder adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
jahorton committed May 7, 2024
1 parent c744598 commit ffba4a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/test/manual/web/regression-tests/test-builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ config.engineVersion = program.engineVersion;
let keyboards = util.getKeyboardFolders(KEYBOARDS_ROOT, true);

let code = `
let assert = chai.assert;
import { assert } from '../../../../../../node_modules/chai/chai.js';
`;

keyboards.forEach(function(keyboard) {
Expand Down

0 comments on commit ffba4a6

Please sign in to comment.