Skip to content

Commit ec92731

Browse files
committed
skip playground in setup
1 parent 164ae3f commit ec92731

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
env:
3131
# Kept getting npm ECOMPROMISED errors on windows. This fixed it.
3232
npm_config_cache: ${{ runner.temp }}/npm-cache
33+
SKIP_PLAYGROUND: true
3334

3435
- name: ʦ TypeScript
3536
run: npm run typecheck

exercises/01.promises/01.solution.creation/index.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import assert from 'node:assert/strict'
22
import { test } from 'node:test'
3-
// @ts-ignore - playground may not have correct types initially
43
import * as solution from './index.ts'
54

65
await test('fetchUser is exported', () => {

0 commit comments

Comments
 (0)