jasmine-ts
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -29,3 +29,3 @@ #!/usr/bin/env node | ||
const command = new Command(path.resolve(), examplesDir, console.log); | ||
const configPath = process.env.JASMINE_CONFIG_PATH || "spec/support/jasmine.json"; | ||
const configPath = yargs_1.argv.config || process.env.JASMINE_CONFIG_PATH || "spec/support/jasmine.json"; | ||
const initReporters = (config) => { | ||
@@ -32,0 +32,0 @@ if (config.reporters && config.reporters.length > 0) { |
{ | ||
"name": "jasmine-ts", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Execute jasmine with ts-node", | ||
@@ -8,3 +8,3 @@ "main": "lib/index.js", | ||
"scripts": { | ||
"test": "tslint index.ts && tsc && node lib/index.js spec/jasmine-ts.spec.ts", | ||
"test": "tslint index.ts && tsc && node lib/index.js --config=spec/jasmine.json spec/jasmine-ts.spec.ts", | ||
"prepublishOnly": "tsc" | ||
@@ -11,0 +11,0 @@ }, |
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
33007