From 2ca0d1867ebee088e1fe1738ac152bc73e68571c Mon Sep 17 00:00:00 2001 From: Steven Date: Fri, 15 Sep 2023 22:27:49 -0400 Subject: [PATCH] remove tensorflow test --- prepare-install.js | 1 - 1 file changed, 1 deletion(-) diff --git a/prepare-install.js b/prepare-install.js index 63d666ed..f02ce09b 100644 --- a/prepare-install.js +++ b/prepare-install.js @@ -9,7 +9,6 @@ if (isWin) { //unlinkSync(join(__dirname, 'yarn.lock')); // Delete the integration tests that will never work in Windows - unlinkSync(join(__dirname, 'test', 'integration', 'tensorflow.js')); unlinkSync(join(__dirname, 'test', 'integration', 'argon2.js')); unlinkSync(join(__dirname, 'test', 'integration', 'highlights.js')); unlinkSync(join(__dirname, 'test', 'integration', 'hot-shots.js'));