Skip to content

Commit 8c073e2

Browse files
committed
Merge branch 'master' of https://github.com/reduxjs/react-redux into migrate-typetests-to-vitest
2 parents d69e108 + 05b55c0 commit 8c073e2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,8 @@ jobs:
126126
path: .
127127

128128
# Note: We currently expect "FalseCJS" failures for Node16 + `moduleResolution: "node16",
129-
# and the `/alternateRenderers" entry point will not resolve under Node10.
130-
# Skipping these is dangerous, but we'll leave it for now.
131129
- name: Run are-the-types-wrong
132-
run: npx @arethetypeswrong/cli ./package.tgz --format table --ignore-rules false-cjs no-resolution
130+
run: npx @arethetypeswrong/cli ./package.tgz --format table --ignore-rules false-cjs --exclude-entrypoints alternate-renderers
133131

134132
test-published-artifact:
135133
name: Test Published Artifact ${{ matrix.example }}

0 commit comments

Comments
 (0)