Skip to content

Commit 28e1b2f

Browse files
committed
Fix syntax error in test
1 parent 58d8d00 commit 28e1b2f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v3
1616
- run: |
17-
npm install
18-
node --experimental-vm-modules node_modules/jest/bin/jest.js
17+
npm install
18+
node --experimental-vm-modules node_modules/jest/bin/jest.js
1919

0 commit comments

Comments
 (0)