forked from spring-projects/spring-petclinic
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make both app and tests compile now. For tests, Node 6.9 needed
Due to a bug in ts-loader (TypeStrong/ts-loader#267) tests will always be compiled even from webpack. So I've moved them for now to a separate folder. TODO: need to re-check why type declarations from npm (@types) does not work.
- Loading branch information
1 parent
f13a436
commit 06b95f4
Showing
8 changed files
with
16 additions
and
15 deletions.
There are no files selected for viewing
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
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
client/src/__tests__/util.test.tsx → client/tests/__tests__/util.test.tsx
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
2 changes: 1 addition & 1 deletion
2
...nents/form/__tests__/Constraints.test.tsx → ...nents/form/__tests__/Constraints.test.tsx
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,16 @@ | ||
{ | ||
"globalDependencies": { | ||
"classnames": "registry:dt/classnames#0.0.0+20160316155526", | ||
"enzyme": "registry:dt/enzyme#2.5.1+20161019142319", | ||
"jest": "registry:dt/jest#15.1.1+20160919141445", | ||
"node": "registry:dt/node#6.0.0+20160921192128", | ||
"react": "registry:dt/react#0.14.0+20161008064207", | ||
"react-dom": "registry:dt/react-dom#0.14.0+20160412154040", | ||
"react-router/history": "registry:dt/react-router/history#2.0.0+20160830150755", | ||
"whatwg-fetch": "registry:dt/whatwg-fetch#0.0.0+20160829180742", | ||
"whatwg-streams": "registry:dt/whatwg-streams#0.0.0+20160829180742" | ||
}, | ||
"dependencies": { | ||
"react": "registry:npm/react#15.0.1+20160601175240", | ||
"react-dom": "registry:npm/react-dom#15.0.1+20160826174104", | ||
"react-router": "registry:npm/react-router#2.4.0+20160915183637" | ||
} | ||
} |