All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.test.common.js Maven / Gradle / Ivy

The newest version!
'use strict';

var chai = require('chai');
chai.Assertion.includeStack = true;

//
// Expose smithy
//
exports.smithy = require('../');
exports.import = require('../import');
exports.fs = require('fs');
exports.canihaz = require('canihaz')('smithy');


//
// Expose our assertions.
//
exports.expect = chai.expect;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy