Skip to content

Commit

Permalink
Update test files to include react (ref #35)
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelsolorio committed Jan 12, 2023
1 parent 7628a5c commit edb342a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/icons/files/react-test.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/symbol-icon-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
"sass": { "iconPath": "./icons/files/sass.svg" },
"react": { "iconPath": "./icons/files/react.svg" },
"react-ts": { "iconPath": "./icons/files/react-ts.svg" },
"react-test": { "iconPath": "./icons/files/react-test.svg" },
"cplus": { "iconPath": "./icons/files/cplus.svg" },
"c": { "iconPath": "./icons/files/c.svg" },
"csharp": { "iconPath": "./icons/files/csharp.svg" },
Expand Down Expand Up @@ -136,7 +137,11 @@
},
"fileExtensions": {
"test.js": "js-test",
"spec.js": "js-test",
"test.ts": "ts-test",
"spec.ts": "ts-test",
"spec.jsx": "react-test",
"spec.tsx": "react-test",
"jenkinsfile": "jenkins",
"jenkins": "jenkins",
"tsconfig.json": "tsconfig",
Expand Down

0 comments on commit edb342a

Please sign in to comment.