pragma-core
Advanced tools
Comparing version 2021.2.1-2 to 2021.2.2-1
{ | ||
"name": "pragma-core", | ||
"version": "2021.2.1-2", | ||
"version": "2021.2.2-1", | ||
"description": "The purpose of this module is to provide classes and utility functions that can be reused by the various other pragma modules.", | ||
@@ -9,3 +9,3 @@ "main": "commonjs/src/index.js", | ||
"build-unit-tests-teamcity": "node ./build/build-unit-test-page-teamcity.js", | ||
"test-unit-teamcity": "npm run build-unit-tests & npm run build-unit-tests-teamcity & nyc mocha ./node_modules/pragma-testing/lib/puppeteer/puppeteer-bootstrap.js ./test/puppeteer/launch-unit-tests.js", | ||
"test-unit-teamcity": "nyc mocha ./node_modules/pragma-testing/lib/puppeteer/puppeteer-bootstrap.js --timeout 60000 ./test/puppeteer/launch-unit-tests.js", | ||
"build-publish": "node ./build/publish.js", | ||
@@ -28,4 +28,15 @@ "run": "ws --port 1100" | ||
"devDependencies": { | ||
"pragma-testing": "^1.0.113" | ||
"chai": "^3.5.0", | ||
"glob": "^7.1.3", | ||
"istanbul": "^0.4.5", | ||
"mkdirp": "^0.5.1", | ||
"mocha": "^6.1.4", | ||
"mocha-teamcity-reporter": "^2.5.1", | ||
"nyc": "^14.0.0", | ||
"pragma-testing": "^1.0.6", | ||
"puppeteer": "^1.11.0", | ||
"puppeteer-to-istanbul": "^1.2.2", | ||
"sinon": "^2.4.1", | ||
"local-web-server": "2.6.1" | ||
} | ||
} |
7082
12