@brightspace-ui/create
Advanced tools
Comparing version 1.5.0 to 1.6.0
@@ -15,3 +15,5 @@ "use strict"; | ||
(0, _helper.replaceText)(`${(0, _helper.getDestinationPath)(templateData.hyphenatedName)}/test/${templateData.hyphenatedName}.test.js`, templateData); | ||
(0, _helper.copyFile)(`${__dirname}/templates/configured/_web-test-runner.sauce.config.mjs`, `${(0, _helper.getDestinationPath)(templateData.hyphenatedName)}/web-test-runner.sauce.config.mjs`); | ||
(0, _helper.replaceText)(`${(0, _helper.getDestinationPath)(templateData.hyphenatedName)}/web-test-runner.sauce.config.mjs`, templateData); | ||
(0, _helper.copyFilesInDir)(`${__dirname}/templates/static`, (0, _helper.getDestinationPath)(templateData.hyphenatedName)); | ||
} |
{ | ||
"scripts": { | ||
"test": "npm run lint && npm run test:headless", | ||
"test:headless": "karma start", | ||
"test:headless:watch": "karma start --auto-watch=true --single-run=false" | ||
"test:headless": "web-test-runner", | ||
"test:headless:watch": "web-test-runner --watch" | ||
}, | ||
@@ -12,6 +12,5 @@ "dependencies": { | ||
"@open-wc/testing": "^2", | ||
"@open-wc/testing-karma": "^4", | ||
"deepmerge": "^4", | ||
"karma-sauce-launcher": "^4" | ||
"@web/test-runner": "^0.13", | ||
"@web/test-runner-saucelabs": "^0.6" | ||
} | ||
} |
@@ -12,4 +12,3 @@ | ||
# debug or run a subset of local unit tests | ||
# then navigate to `http://localhost:9876/debug.html` | ||
npm run test:headless:watch | ||
``` |
{ | ||
"name": "@brightspace-ui/create", | ||
"version": "1.5.0", | ||
"version": "1.6.0", | ||
"description": "Initializer for Brightspace web components", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/BrightspaceUI/create.git", |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 4 instances 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
59130
593
6