diff --git a/tests/index.js b/tests/index.js index a0f6e3b..e9245e6 100644 --- a/tests/index.js +++ b/tests/index.js @@ -5,6 +5,8 @@ // Shims require('./spec/shims/fs.spec'); +require('./spec/shims/path.spec'); +require('./spec/shims/buffer.spec'); // Filer require('./spec/filer.spec');