Skip to content

Commit 0ce2324

Browse files
baruchiroantfu
andauthored
feat: add js/ts test/spec files (#83)
Co-authored-by: Baruch Odem (Rothkoff) <baruchiro@gmail.com> Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
1 parent c4ca674 commit 0ce2324

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

update.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,8 @@ const phoenixLiveView = [
248248

249249
const base = {
250250
'.gitignore': '.gitattributes, .gitmodules, .gitmessage, .mailmap, .git-blame*',
251-
'*.js': '$(capture).js.map, $(capture).min.js, $(capture).d.ts',
252-
'*.jsx': '$(capture).js',
251+
'*.js': '$(capture).js.map, $(capture).*.js',
252+
'*.jsx': '$(capture).js, $(capture).*.jsx',
253253
'*.ts': '$(capture).js, $(capture).*.ts',
254254
'*.tsx': '$(capture).ts, $(capture).*.tsx',
255255
'*.vue': '$(capture).*.ts, $(capture).*.js',

0 commit comments

Comments
 (0)