Skip to content

Commit e78f5ec

Browse files
committed
ignore unexported things
1 parent 6acd88d commit e78f5ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

exercises/01.classes/01.solution.class-basics/index.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import assert from 'node:assert/strict'
22
import { test } from 'node:test'
3+
// @ts-ignore - these won't appear in the problem file
34
import { Product, ShoppingCart } from './index.ts'
45

56
await test('Product class should create instances with name and price', () => {

0 commit comments

Comments
 (0)