can-route-pushstate
Advanced tools
Comparing version 5.0.13 to 5.0.14
@@ -14,6 +14,10 @@ /* jshint asi:true,scripturl:true */ | ||
function makeTest(mapModuleName){ | ||
var mapModuleImport = System.import(mapModuleName); | ||
QUnit.module("can/route/pushstate with " + mapModuleName, { | ||
beforeEach: function(assert) { | ||
route.urlData = new RoutePushstate(); | ||
window.MAP_MODULE_NAME = mapModuleName; | ||
return mapModuleImport.then(function(MapModule) { | ||
route.data = new MapModule(); | ||
route.urlData = new RoutePushstate(); | ||
}); | ||
} | ||
@@ -20,0 +24,0 @@ }); |
{ | ||
"name": "can-route-pushstate", | ||
"version": "5.0.13", | ||
"version": "5.0.14", | ||
"description": "Pushstate for can-route", | ||
@@ -16,2 +16,4 @@ "homepage": "https://canjs.com/doc/can-route-pushstate.html", | ||
"scripts": { | ||
"ci": "npm run test && node test/test-saucelabs.js", | ||
"http-server": "http-server -p 3000 --silent", | ||
"preversion": "npm test", | ||
@@ -52,2 +54,3 @@ "postpublish": "git push --tags && git push", | ||
"docco": "^0.8.0", | ||
"http-server": "^0.11.0", | ||
"jshint": "^2.9.1", | ||
@@ -57,4 +60,5 @@ "steal": "^2.1.4", | ||
"steal-tools": "^2.0.6", | ||
"test-saucelabs": "^0.0.6", | ||
"testee": "^0.9.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
63826
21
1407
13