From 0600b92ced3a3d3cfab60813f8f6573a9dfaefce Mon Sep 17 00:00:00 2001 From: Justin Hutchings Date: Fri, 20 Jan 2023 01:51:58 +0000 Subject: [PATCH] Update tests --- .github/workflows/test.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9a5fc4d..02f47ee 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,5 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: ./ - with: - filePath: "test" + - run: node --experimental-vm-modules node_modules/jest/bin/jest.js