diff --git a/services/web/test/frontend/bootstrap.js b/services/web/test/frontend/bootstrap.js index c8481781f2..f4344339ed 100644 --- a/services/web/test/frontend/bootstrap.js +++ b/services/web/test/frontend/bootstrap.js @@ -1,6 +1,6 @@ // Run babel on tests to allow support for import/export statements in Node require('@babel/register')({ - extensions: ['.ts', '.tsx', '.js', '.jsx'], + extensions: ['.ts', '.tsx', '.js', '.jsx', '.mjs'], }) // Load JSDOM to mock the DOM in Node