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

6 lines
150 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');