Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit b4d65ab

Browse files
committed
chore(*): fix unit tests by adding pal-browser
1 parent a4c6e58 commit b4d65ab

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

config.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ System.config({
1212
"github:*": "jspm_packages/github/*",
1313
"npm:*": "jspm_packages/npm/*"
1414
},
15+
1516
map: {
1617
"aurelia-animator-css": "npm:aurelia-animator-css@1.0.1",
1718
"aurelia-api": "github:spoonx/aurelia-api@2.2.0",
@@ -26,6 +27,7 @@ System.config({
2627
"aurelia-logging-console": "npm:aurelia-logging-console@1.0.0",
2728
"aurelia-notify": "npm:aurelia-notify@0.7.0",
2829
"aurelia-pal": "npm:aurelia-pal@1.0.0",
30+
"aurelia-pal-browser": "npm:aurelia-pal-browser@1.0.0",
2931
"aurelia-polyfills": "npm:aurelia-polyfills@1.1.1",
3032
"aurelia-router": "npm:aurelia-router@1.0.6",
3133
"aurelia-templating": "npm:aurelia-templating@1.1.1",
@@ -257,4 +259,4 @@ System.config({
257259
"indexof": "npm:indexof@0.0.1"
258260
}
259261
}
260-
});
262+
});

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
"aurelia-logging-console": "npm:aurelia-logging-console@^1.0.0",
8181
"aurelia-notify": "npm:aurelia-notify@^0.7.0",
8282
"aurelia-pal": "npm:aurelia-pal@^1.0.0",
83+
"aurelia-pal-browser": "npm:aurelia-pal-browser@^1.0.0",
8384
"aurelia-polyfills": "npm:aurelia-polyfills@^1.1.1",
8485
"aurelia-router": "npm:aurelia-router@^1.0.6",
8586
"aurelia-templating": "npm:aurelia-templating@^1.1.1",

0 commit comments

Comments
 (0)