We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f2c362 commit ecc0f04Copy full SHA for ecc0f04
‎tools/cook/config.ts‎
@@ -1,6 +1,7 @@
1
import { type Config, type Exercise } from './core.ts';
2
3
const files = {
4
+ recipeFilter: 'src/app/recipe/recipe-filter.ng.ts',
5
recipeSearch: 'src/app/recipe/recipe-search.ng.ts',
6
};
7
@@ -13,6 +14,7 @@ const exercises: Exercise[] = [
13
14
{
15
id: '2-test-double',
16
name: '2. Test Double',
17
+ implementationFiles: [files.recipeFilter, files.recipeSearch],
18
},
19
20
id: '3-refactor',
0 commit comments