From fc558b3c35b64c4e433babd2615a0332f709ccc7 Mon Sep 17 00:00:00 2001 From: Alf Eaton Date: Mon, 31 Oct 2022 13:02:16 +0000 Subject: [PATCH] Merge pull request #10100 from overleaf/jk-use-parser-for-spelling-filter [web] Use syntax tree to filter spelling payload GitOrigin-RevId: 9901a1bbe99b513188313654055a9dcb57e0f7c4 --- services/web/test/frontend/bootstrap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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