Skip to content

Commit 1ffcea7

Browse files
committed
skip playground in setup
1 parent 7c0452d commit 1ffcea7

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.classes/01.solution.class-basics/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('Product class should be exported', () => {

0 commit comments

Comments
 (0)