Skip to content

Commit

Permalink
Change test route
Browse files Browse the repository at this point in the history
  • Loading branch information
aymeric committed May 31, 2018
1 parent e23a06e commit e7a2d6a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion ApiCalendar.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
declare var test: any;

import ApiCalendar from './ApiCalendar';
import ApiCalendar from './build/ApiCalendar';

test('setCalendar method', () => {
ApiCalendar.setCalendar('test-calendar');
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
"linted": "0.0.2",
"ts-jest": "^22.4.6",
"tslint": "^5.10.0",
"typescript": "^2.8.3"
"typescript": "^2.8.4"
},
"dependencies": {
"@types/node": "^9.6.18"
"@types/node": "^9.6.19"
}
}

0 comments on commit e7a2d6a

Please sign in to comment.