Skip to content

Commit ecc0f04

Browse files
committed
build: 📦 test double implementation checkout missing files
1 parent 6f2c362 commit ecc0f04

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎tools/cook/config.ts‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { type Config, type Exercise } from './core.ts';
22

33
const files = {
4+
recipeFilter: 'src/app/recipe/recipe-filter.ng.ts',
45
recipeSearch: 'src/app/recipe/recipe-search.ng.ts',
56
};
67

@@ -13,6 +14,7 @@ const exercises: Exercise[] = [
1314
{
1415
id: '2-test-double',
1516
name: '2. Test Double',
17+
implementationFiles: [files.recipeFilter, files.recipeSearch],
1618
},
1719
{
1820
id: '3-refactor',

0 commit comments

Comments
 (0)