Skip to content

Commit 6b01f26

Browse files
committed
feat: update cypress config
1 parent b7a1373 commit 6b01f26

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

update.mjs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const testingTools = [
1313
'.codecov',
1414
'.mocha*',
1515
'ava.config.*',
16-
'cypress.json',
16+
'cypress.*',
1717
'jasmine.*',
1818
'jest.config.*',
1919
'karma*',
@@ -137,7 +137,7 @@ const tex = [
137137
'$(capture).synctex.gz',
138138
'$(capture).xdv',
139139
'$(capture).fdb_latexmk',
140-
'$(capture).pdf'
140+
'$(capture).pdf',
141141
]
142142

143143
// frameworks and their specific files
@@ -202,12 +202,12 @@ const packageJSON = [
202202

203203
const readme = [
204204
'authors',
205-
'backers.md',
205+
'backers*',
206206
'changelog*',
207207
'citation*',
208-
'code_of_conduct.md',
208+
'code_of_conduct*',
209209
'codeowners',
210-
'contributing.md',
210+
'contributing*',
211211
'contributors',
212212
'copying',
213213
'credits',
@@ -217,7 +217,7 @@ const readme = [
217217
'maintainers',
218218
'readme*',
219219
'security.md',
220-
'sponsors.md',
220+
'sponsors*',
221221
]
222222

223223
const cargo = [

0 commit comments

Comments
 (0)