mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 01:17:18 +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'));
|
|
|