@stryker-mutator/util
Advanced tools
Comparing version 2.0.2 to 2.1.0
@@ -6,2 +6,10 @@ # Change Log | ||
# [2.1.0](https://github.com/stryker-mutator/stryker/compare/v2.0.2...v2.1.0) (2019-09-08) | ||
**Note:** Version bump only for package @stryker-mutator/util | ||
## [2.0.2](https://github.com/stryker-mutator/stryker/compare/v2.0.1...v2.0.2) (2019-07-11) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@stryker-mutator/util", | ||
"version": "2.0.2", | ||
"version": "2.1.0", | ||
"description": "Contains utilities for Stryker, the mutation testing framework for JavaScript and friends", | ||
@@ -29,3 +29,3 @@ "main": "src/index.js", | ||
"homepage": "https://github.com/stryker-mutator/stryker/tree/master/packages/util#readme", | ||
"gitHead": "607bddf80e47adfa8e3c6eb1f186df938d137c53" | ||
"gitHead": "d70cc4bdafcebfbb85a1e61c0d638b2bbd113e1e" | ||
} |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const chai = require("chai"); | ||
const chaiAsPromised = require("chai-as-promised"); | ||
const sinonChai = require("sinon-chai"); | ||
const chaiAsPromised = require("chai-as-promised"); | ||
const chai = require("chai"); | ||
chai.use(sinonChai); | ||
chai.use(chaiAsPromised); | ||
//# sourceMappingURL=initChai.js.map |
@@ -0,5 +1,5 @@ | ||
import * as chai from 'chai'; | ||
import * as chaiAsPromised from 'chai-as-promised'; | ||
import * as sinonChai from 'sinon-chai'; | ||
import * as chaiAsPromised from 'chai-as-promised'; | ||
import * as chai from 'chai'; | ||
chai.use(sinonChai); | ||
chai.use(chaiAsPromised); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const chai_1 = require("chai"); | ||
const childProcess = require("child_process"); | ||
const chai_1 = require("chai"); | ||
const util_1 = require("util"); | ||
const src_1 = require("../../src"); | ||
const util_1 = require("util"); | ||
describe('childProcessAsPromised', () => { | ||
@@ -8,0 +8,0 @@ it(`should expose promisified exec`, () => { |
@@ -0,5 +1,5 @@ | ||
import { expect } from 'chai'; | ||
import childProcess = require('child_process'); | ||
import { expect } from 'chai'; | ||
import { promisify } from 'util'; | ||
import { childProcessAsPromised } from '../../src'; | ||
import { promisify } from 'util'; | ||
@@ -6,0 +6,0 @@ describe('childProcessAsPromised', () => { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const chai_1 = require("chai"); | ||
const errors_1 = require("../../src/errors"); | ||
const chai_1 = require("chai"); | ||
describe('errors', () => { | ||
@@ -6,0 +6,0 @@ describe('errorToString', () => { |
@@ -0,3 +1,3 @@ | ||
import { expect } from 'chai'; | ||
import { errorToString } from '../../src/errors'; | ||
import { expect } from 'chai'; | ||
@@ -4,0 +4,0 @@ describe('errors', () => { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const chai_1 = require("chai"); | ||
const fs = require("fs"); | ||
const chai_1 = require("chai"); | ||
const util_1 = require("util"); | ||
const src_1 = require("../../src"); | ||
const util_1 = require("util"); | ||
describe('fsAsPromised', () => { | ||
@@ -8,0 +8,0 @@ describePromisifiedFunction('exists'); |
@@ -0,5 +1,5 @@ | ||
import { expect } from 'chai'; | ||
import fs = require('fs'); | ||
import { expect } from 'chai'; | ||
import { promisify } from 'util'; | ||
import { fsAsPromised } from '../../src'; | ||
import { promisify } from 'util'; | ||
@@ -6,0 +6,0 @@ describe('fsAsPromised', () => { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const chai_1 = require("chai"); | ||
const src_1 = require("../../src"); | ||
const chai_1 = require("chai"); | ||
describe('stringUtils', () => { | ||
@@ -6,0 +6,0 @@ describe(src_1.normalizeWhitespaces.name, () => { |
@@ -0,3 +1,3 @@ | ||
import { expect } from 'chai'; | ||
import { normalizeWhitespaces } from '../../src'; | ||
import { expect } from 'chai'; | ||
@@ -4,0 +4,0 @@ describe('stringUtils', () => { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const StrykerError_1 = require("../../src/StrykerError"); | ||
const chai_1 = require("chai"); | ||
const errors_1 = require("../../src/errors"); | ||
const StrykerError_1 = require("../../src/StrykerError"); | ||
describe('StrykerError', () => { | ||
@@ -7,0 +7,0 @@ it('should set inner error', () => { |
@@ -1,4 +0,4 @@ | ||
import StrykerError from '../../src/StrykerError'; | ||
import { expect } from 'chai'; | ||
import { errorToString } from '../../src/errors'; | ||
import StrykerError from '../../src/StrykerError'; | ||
@@ -5,0 +5,0 @@ describe('StrykerError', () => { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
241580