mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-22 07:34:16 +00:00
6 lines
116 B
JavaScript
6 lines
116 B
JavaScript
'use strict';
|
|
|
|
const withDiff = require('./sinon-called-with-diff');
|
|
|
|
module.exports = withDiff(require('sinon'));
|
|
|