-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TLAC-429] test: Convert tests to TS, remove disused tests (#104)
* test: Convert tests to TS, remove disused tests The Jest configurtion was only running tests with a .ts or .tsx extension as a result all .spec.js files were not being run. Some were found to be redundant and have been removed, the remaining have been converted to TypeScript. * fix bad merge, remove ddeleted file
- Loading branch information
Showing
27 changed files
with
109 additions
and
408 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 7 additions & 7 deletions
14
...s/js_iosmorphic/utilities/service.spec.js → ...s/js_iosmorphic/utilities/service.spec.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 0 additions & 13 deletions
13
test/specs/generators/prop_types/generators/generator-enumeration.spec.js
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
test/specs/generators/prop_types/generators/generator-model.spec.js
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
test/specs/generators/prop_types/generators/generator-union.spec.js
This file was deleted.
Oops, something went wrong.
79 changes: 0 additions & 79 deletions
79
test/specs/generators/prop_types/utilities/isCyclic.spec.js
This file was deleted.
Oops, something went wrong.
31 changes: 0 additions & 31 deletions
31
test/specs/generators/prop_types/utilities/toDefaultExport.spec.js
This file was deleted.
Oops, something went wrong.
42 changes: 0 additions & 42 deletions
42
test/specs/generators/prop_types/utilities/toImportStatement.spec.js
This file was deleted.
Oops, something went wrong.
33 changes: 0 additions & 33 deletions
33
test/specs/generators/prop_types/utilities/toModuleName.spec.js
This file was deleted.
Oops, something went wrong.
25 changes: 0 additions & 25 deletions
25
test/specs/generators/prop_types/utilities/toPrimitivePropTypes.spec.js
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.