UNPKG

datapumps

Version:

Node.js ETL (Extract, Transform, Load) toolkit for easy data import, export or transfer between systems.

10 lines (8 loc) 264 B
require('should') sinon = require('sinon') CsvWriterMixin = require('../CsvWriterMixin') describe 'CsvWriterMixin(options)', -> it 'should require path to specified in options', -> ( -> CsvWriterMixin({}) ).should.throw 'path option is required.'