Skip to content

Commit 56cf381

Browse files
committed
refactor(example): clean up dead code after example generation changes
related to changes in 4bae940
1 parent c281c7e commit 56cf381

File tree

7 files changed

+1
-103
lines changed

7 files changed

+1
-103
lines changed

package-lock.json

Lines changed: 0 additions & 72 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@
7474
"camelcase": "^8.0.0",
7575
"deepmerge": "^4.2.2",
7676
"execa": "^9.5.1",
77-
"filedirname": "^3.0.0",
7877
"ini": "^5.0.0",
7978
"joi": "^17.5.0",
8079
"mustache": "^4.2.0",

src/template-path.js

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/template-path.test.js

Lines changed: 0 additions & 14 deletions
This file was deleted.

templates/.eslintrc.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

templates/example.mustache

Lines changed: 0 additions & 1 deletion
This file was deleted.

test/integration/features/step_definitions/common-steps.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,7 @@ Before(async function () {
5454
({scaffold, lift, test, questionNames} = await import('@form8ion/javascript'));
5555

5656
stubbedFs({
57-
node_modules: stubbedNodeModules,
58-
templates: {
59-
'example.mustache': await fs.readFile(resolve(...pathToProjectRoot, 'templates', 'example.mustache'))
60-
}
57+
node_modules: stubbedNodeModules
6158
});
6259

6360
this.configureLinting = true;

0 commit comments

Comments
 (0)