Skip to content

Commit

Permalink
bumps cspell + fixes test:all
Browse files Browse the repository at this point in the history
  • Loading branch information
tthornton3-chwy committed Oct 18, 2023
1 parent def273e commit 599dd92
Show file tree
Hide file tree
Showing 4 changed files with 400 additions and 349 deletions.
2 changes: 1 addition & 1 deletion .mocharc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const baseOptions = require('./.virmator/mocharc-base');
const baseOptions = require('./configs/mocha.config.js');

/** @type {import('mocha').MochaOptions} */
const mochaConfig = {
Expand Down
3 changes: 3 additions & 0 deletions cspell.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@ module.exports = {
...baseConfig.words,
'farmerpaul',
'Robinfr',
'espree',
'meriyah',
'nodenext',
],
};
Loading

0 comments on commit 599dd92

Please sign in to comment.