Files
notifications-admin/tests/javascripts/support/setup.js

12 lines
336 B
JavaScript
Raw Normal View History

2024-06-05 11:25:15 -04:00
const fs = require('fs');
const path = require('path');
2025-06-16 20:17:43 -04:00
// Fill in the gaps where JSDOM doesn't quite match real browsers
require('./polyfills.js');
// Make jQuery available everywhere
2024-06-05 11:25:15 -04:00
global.$ = global.jQuery = require('jquery');
2019-05-21 10:56:38 +01:00
2025-06-16 20:17:43 -04:00
// Bring in the GOV.UK modules system
2019-05-21 10:56:38 +01:00
require('govuk_frontend_toolkit/javascripts/govuk/modules.js');