Skip to content

Commit

Permalink
tests fixed after typescript adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
izelnakri committed Mar 11, 2020
1 parent 17fd177 commit 0a906af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions ember-app-boilerplate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"@types/ember__test-helpers": "^0.7.9",
"@types/qunit": "^2.9.0",
"@types/rsvp": "^4.0.3",
"@typescript-eslint/parser": "^2.19.2",
"typescript": "^3.7.5"
"@typescript-eslint/parser": "^2.23.0",
"typescript": "^3.8.3"
},
"fastbootDependencies": [
"crypto",
Expand All @@ -45,16 +45,14 @@
"abortcontroller-polyfill": "^1.4.0",
"ember-cli-fastboot": "^2.2.1",
"ember-data": "3.17.0",
"ember-devtools": "^6.0.0",
"ember-modifier": "^1.0.2",
"ember-modifier": "^1.0.3",
"fastboot": "^3.0.0",
"highlight.js": "^9.15.8",
"jquery": "^3.4.1",
"mber-head": "^0.1.0",
"node-fetch": "2.6.0"
},
"volta": {
"node": "13.8.0"
"node": "13.10.0"
},
"ember": {
"edition": "octane"
Expand Down
2 changes: 1 addition & 1 deletion test/helpers/asset-sizes.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ export const NO_EMBER_DATA_VENDOR_JS_COMPRESSED_TARGET_BYTE_SIZE = 463142; // 46
export const NO_EMBER_DATA_FASTBOOT_VENDOR_JS_TARGET_BYTE_SIZE = 1812776; // 1.92 MB
export const NO_EMBER_DATA_FASTBOOT_VENDOR_JS_COMPRESSED_TARGET_BYTE_SIZE = 601576; // 584 kB

export const TESTS_JS_DEFAULT_TARGET_BYTE_SIZE = 3240;
export const TESTS_JS_DEFAULT_TARGET_BYTE_SIZE = 3270;

0 comments on commit 0a906af

Please sign in to comment.