From 15be384940da87d2ecb7d2488791ed9553925426 Mon Sep 17 00:00:00 2001 From: bcheidemann Date: Sun, 7 Mar 2021 15:21:11 +0000 Subject: [PATCH] test: run tests for path and buffer --- tests/index.js | 2 ++ 1 file changed, 2 insertions(+) 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');