build(npm): update to mock-fs@3.6.0

This commit is contained in:
Igor Minar
2016-01-02 20:18:20 -08:00
committed by Igor Minar
parent 1cd2a6328a
commit 625474c4e2
6 changed files with 12 additions and 30 deletions

View File

@ -1,11 +1,6 @@
/// <reference path="../typings/node/node.d.ts" />
/// <reference path="../typings/jasmine/jasmine.d.ts" />
console.warn(
"Skipping all tests in broccoli-merge-trees.spec.ts because they require mock-fs which is currently incompatible with node 4.x. See: https://github.com/tschaub/mock-fs/issues/59");
/*
let mockfs = require('mock-fs');
import fs = require('fs');
import {TreeDiffer} from './tree-differ';
@ -94,4 +89,3 @@ describe('MergeTrees', () => {
'Either remove the duplicate or enable the "overwrite" option for this merge.');
});
});
*/