From e489409b9ce36124ffa0088c0723ebd7d8909d9f Mon Sep 17 00:00:00 2001 From: Ben Heidemann Date: Sat, 10 Apr 2021 11:01:05 +0100 Subject: [PATCH] test: remove buffer shim spec test --- tests/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/index.js b/tests/index.js index 4287ccc..ae109ef 100644 --- a/tests/index.js +++ b/tests/index.js @@ -6,7 +6,6 @@ // Shims require('./spec/shims/fs.spec'); require('./spec/shims/path.spec'); -require('./spec/shims/buffer.spec'); // Filer require('./spec/filer.spec');