aurelia-testing
Advanced tools
Comparing version 1.0.0-beta.1.0.2 to 1.0.0-beta.1.0.3
{ | ||
"name": "aurelia-testing", | ||
"version": "1.0.0-beta.1.0.2", | ||
"version": "1.0.0-beta.1.0.3", | ||
"description": "A collection of helpers for testing Aurelia apps and components.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
System.config({ | ||
defaultJSExtensions: true, | ||
transpiler: "babel", | ||
babelOptions: { | ||
"optional": [ | ||
"runtime", | ||
"optimisation.modules.system" | ||
] | ||
}, | ||
paths: { | ||
@@ -11,0 +4,0 @@ "github:*": "jspm_packages/github/*", |
@@ -71,3 +71,3 @@ --- | ||
.withResources('src/my-component') | ||
.inView('<my-component name.bind="name"></my-component>') | ||
.inView('<my-component first-name.bind="firstName"></my-component>') | ||
.boundTo({ firstName: 'Bob' }); | ||
@@ -74,0 +74,0 @@ }); |
{ | ||
"name": "aurelia-testing", | ||
"version": "1.0.0-beta.1.0.2", | ||
"version": "1.0.0-beta.1.0.3", | ||
"description": "A collection of helpers for testing Aurelia apps and components.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
339684
2551