Skip to content

Commit 38ca3b2

Browse files
committed
update
1 parent 3ab39d2 commit 38ca3b2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/actions/read.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ function sliceIntoChunks(arr, chunkSize) {
3737

3838
async function readCSV(msg, cfg) {
3939
const that = this
40-
// const emitAll = cfg.emitAll === true || cfg.emitAll === 'true'
4140
const { emitBehavior } = cfg;
4241
const { body } = msg;
4342

spec/read.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ describe('CSV Read component', async () => {
6464
.to.equal(2.71828); // Number
6565
});
6666

67-
it.only('emitBatch: true, header: true, dynamicTyping: true', async () => {
67+
it('emitBatch: true, header: true, dynamicTyping: true', async () => {
6868
msg.body = {
6969
url: 'http://test.env.mock/formats.csv',
7070
header: true,

0 commit comments

Comments
 (0)