Skip to content

Commit

Permalink
add twinkleutil to jest.setup.js
Browse files Browse the repository at this point in the history
  • Loading branch information
NovemLinguae committed Nov 25, 2024
1 parent cb88962 commit 2bb4ce8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/jest.setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ mw.config.set({

require('../morebits.js');
require('../twinkle.js');
// contains the Twinkle.addInitCallback() function, which is used at the bottom of every module
require('../twinkleutil.js');
require('../modules/twinklewarn.js');
require('../modules/twinklexfd.js');
global.Morebits = window.Morebits;
Expand Down

0 comments on commit 2bb4ce8

Please sign in to comment.