From 28e1b2fbd121679db10cb862b2b5823e199d918b Mon Sep 17 00:00:00 2001 From: Justin Hutchings Date: Fri, 20 Jan 2023 01:55:32 +0000 Subject: [PATCH] Fix syntax error in test --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e82d4b7..22afdab 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,6 +14,6 @@ jobs: steps: - uses: actions/checkout@v3 - run: | - npm install - node --experimental-vm-modules node_modules/jest/bin/jest.js + npm install + node --experimental-vm-modules node_modules/jest/bin/jest.js