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-flatten.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 path = require('path');
@ -79,4 +74,3 @@ describe('Flatten', () => {
path.sep + "file-1.txt'");
});
});
*/