test: separate shim spec tests from other tests

This commit is contained in:
Ben Heidemann 2021-04-03 18:05:31 +01:00
parent 849846011b
commit 4c6d94b7e9
1 changed files with 0 additions and 5 deletions

View File

@ -3,11 +3,6 @@
* get them running by default.
*/
// Shims
require('./spec/shims/fs.spec');
require('./spec/shims/path.spec');
require('./spec/shims/buffer.spec');
// Filer
require('./spec/filer.spec');
require('./spec/filer.buffer.spec.js');