@@ -26,12 +26,12 @@ const viteTestScenarios: TestScenario[] = [
2626 templateReference : viteTemplateReference ,
2727 testData : {
2828 filesShouldExist : [
29- ...gitHubTestData . filesShouldExist ,
30- ...bootstrapTestData . filesShouldExist ,
29+ ...gitHubTestData . filePaths ,
30+ ...bootstrapTestData . filePaths ,
3131 ] ,
3232 filesShouldNotExist : [
33- ...gitHubTestData . filesShouldNotExist ,
34- ...bootstrapTestData . filesShouldNotExist ,
33+ ...gitLabTestData . filePaths ,
34+ ...tailwindCssTestData . filePaths ,
3535 ] ,
3636 filesShouldContain : [
3737 ...gitHubTestData . filesShouldContain ,
@@ -48,12 +48,12 @@ const viteTestScenarios: TestScenario[] = [
4848 templateReference : viteTemplateReference ,
4949 testData : {
5050 filesShouldExist : [
51- ...gitLabTestData . filesShouldExist ,
52- ...tailwindCssTestData . filesShouldExist ,
51+ ...gitLabTestData . filePaths ,
52+ ...tailwindCssTestData . filePaths ,
5353 ] ,
5454 filesShouldNotExist : [
55- ...gitLabTestData . filesShouldNotExist ,
56- ...tailwindCssTestData . filesShouldNotExist ,
55+ ...gitHubTestData . filePaths ,
56+ ...bootstrapTestData . filePaths ,
5757 ] ,
5858 filesShouldContain : [
5959 ...gitLabTestData . filesShouldContain ,
@@ -64,23 +64,18 @@ const viteTestScenarios: TestScenario[] = [
6464 {
6565 options : {
6666 template : 'vite' ,
67- versionControl : 'github ' ,
68- uiFramework : 'bootstrap ' ,
67+ versionControl : 'none ' ,
68+ uiFramework : 'none ' ,
6969 } ,
7070 templateReference : '' ,
7171 testData : {
72- filesShouldExist : [
73- ...gitHubTestData . filesShouldExist ,
74- ...bootstrapTestData . filesShouldExist ,
75- ] ,
72+ filesShouldExist : [ ] ,
7673 filesShouldNotExist : [
77- ...gitHubTestData . filesShouldNotExist ,
78- ...bootstrapTestData . filesShouldNotExist ,
79- ] ,
80- filesShouldContain : [
81- ...gitHubTestData . filesShouldContain ,
82- ...bootstrapTestData . filesShouldContain ,
74+ ...noVersionControlTestData . filePaths ,
75+ ...bootstrapTestData . filePaths ,
76+ ...tailwindCssTestData . filePaths ,
8377 ] ,
78+ filesShouldContain : [ ] ,
8479 } ,
8580 } ,
8681] ;
@@ -94,12 +89,12 @@ const craTestScenarios: TestScenario[] = [
9489 templateReference : craTemplateReference ,
9590 testData : {
9691 filesShouldExist : [
97- ...gitHubTestData . filesShouldExist ,
98- ...bootstrapTestData . filesShouldExist ,
92+ ...gitHubTestData . filePaths ,
93+ ...bootstrapTestData . filePaths ,
9994 ] ,
10095 filesShouldNotExist : [
101- ...gitHubTestData . filesShouldNotExist ,
102- ...bootstrapTestData . filesShouldNotExist ,
96+ ...gitLabTestData . filePaths ,
97+ ...tailwindCssTestData . filePaths ,
10398 ] ,
10499 filesShouldContain : [
105100 ...gitHubTestData . filesShouldContain ,
@@ -116,15 +111,13 @@ const craTestScenarios: TestScenario[] = [
116111 templateReference : craTemplateReference ,
117112 testData : {
118113 filesShouldExist : [
119- ...noVersionControlTestData . filesShouldExist ,
120- ...tailwindCssTestData . filesShouldExist ,
114+ ...tailwindCssTestData . filePaths ,
121115 ] ,
122116 filesShouldNotExist : [
123- ...noVersionControlTestData . filesShouldNotExist ,
124- ...tailwindCssTestData . filesShouldNotExist ,
117+ ...noVersionControlTestData . filePaths ,
118+ ...bootstrapTestData . filePaths ,
125119 ] ,
126120 filesShouldContain : [
127- ...noVersionControlTestData . filesShouldContain ,
128121 ...tailwindCssTestData . filesShouldContain ,
129122 ] ,
130123 } ,
0 commit comments