Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Commit e7515d3

Browse files
author
Torsten Link
committed
refactor(test): Removed the mockReadStream and uses the one from the import kronor-test-interceptor
1 parent 6c7bb86 commit e7515d3

File tree

3 files changed

+2
-40
lines changed

3 files changed

+2
-40
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"clone-deep": "0.2.4",
3131
"istanbul": "^0.4.2",
3232
"jsdoc": "3.4.0",
33-
"kronos-test-interceptor": "^1.6.1",
33+
"kronos-test-interceptor": "^1.7.0",
3434
"mocha": "2.3.4",
3535
"semantic-release": "4.3.5",
3636
"underscore": "1.8.3"

tests/data-processor-chunk_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const expect = chai.expect;
88
const should = chai.should();
99

1010
const cloneDeep = require('clone-deep');
11-
const mockReadStream = require('./mockReadStream');
11+
const mockReadStream = require('kronos-test-interceptor').mockReadStreamFactory;
1212
const chunkProcessor = require('../lib/data-processor-chunk.js');
1313

1414
const objData = require('./fixtures/data.json');

tests/mockReadStream.js

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)