mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-06 03:13:42 -05:00
6 lines
150 B
JavaScript
6 lines
150 B
JavaScript
const fs = require('fs');
|
|
const path = require('path');
|
|
|
|
// Fill in the gaps where JSDOM doesn't quite match real browsers
|
|
require('./polyfills.js');
|