Skip to content

Commit ad3a79a

Browse files
authored
test: migrate to vitest (#58)
* test: migrate to vitest The node test runner is a train wreck across versions, wildly inconsistent. So let's just use what everyone else uses. * test: account for case insensitive paths
1 parent d011240 commit ad3a79a

File tree

8 files changed

+1640
-430
lines changed

8 files changed

+1640
-430
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,3 @@ jobs:
3939
node-version: ${{ matrix.node-version }}
4040
- run: npm ci
4141
- run: npm run test
42-
if: matrix.node-version != 'latest'
43-
# TODO (43081j): remove the following once there's some way to
44-
# tell node not to try run typescript sources in a way that doesn't
45-
# break <23 node
46-
- run: npm run test
47-
name: "npm run test (without type stripping)"
48-
env:
49-
NODE_OPTIONS: --no-experimental-strip-types
50-
if: matrix.node-version == 'latest'

0 commit comments

Comments
 (0)