test: run tests for path and buffer

This commit is contained in:
bcheidemann 2021-03-07 15:21:11 +00:00
parent 6027376efa
commit 15be384940
1 changed files with 2 additions and 0 deletions

View File

@ -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');