Skip to content

Commit d3a0703

Browse files
fix(create-gen-app-test): update snapshots for .boilerplate.json exclusion
- Remove .boilerplate.json from expected directory structure - Update test:watch script to jest --watchAll Co-Authored-By: Dan Lynch <[email protected]>
1 parent 9a803ab commit d3a0703

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

packages/create-gen-app-test/src/__tests__/__snapshots__/cached-template.test.ts.snap

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
exports[`cached template integration tests first clone with variable replacement should snapshot created directory structure 1`] = `
44
[
5-
".boilerplate.json",
65
"LICENSE",
76
"README.md",
87
"__tests__/",
@@ -39,7 +38,7 @@ exports[`cached template integration tests first clone with variable replacement
3938
"scripts": {
4039
"lint": "eslint . --fix",
4140
"test": "jest",
42-
"test:watch": "jest --watch",
41+
"test:watch": "jest --watchAll",
4342
},
4443
"version": "0.0.1",
4544
},
@@ -48,7 +47,6 @@ exports[`cached template integration tests first clone with variable replacement
4847

4948
exports[`cached template integration tests second clone from cache should snapshot created directory structure from cache 1`] = `
5049
[
51-
".boilerplate.json",
5250
"LICENSE",
5351
"README.md",
5452
"__tests__/",
@@ -85,7 +83,7 @@ exports[`cached template integration tests second clone from cache should snapsh
8583
"scripts": {
8684
"lint": "eslint . --fix",
8785
"test": "jest",
88-
"test:watch": "jest --watch",
86+
"test:watch": "jest --watchAll",
8987
},
9088
"version": "0.0.1",
9189
},

0 commit comments

Comments
 (0)