some deletions
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / normalize-selector / test / mocha / node-suite.js
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/normalize-selector/test/mocha/node-suite.js b/.config/coc/extensions/node_modules/coc-prettier/node_modules/normalize-selector/test/mocha/node-suite.js
deleted file mode 100644 (file)
index 087a316..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-// test/mocha/node-suite.js
-
-// This runs with mocha programmatically rather than from the command line.
-// how-to-with-comments taken from https://github.com/itaylor/qunit-mocha-ui
-
-//Load mocha
-var Mocha = require("mocha");
-
-//Tell mocha to use the interface.
-var mocha = new Mocha({ui:"qunit", reporter:"spec"});
-
-//Add your test files
-mocha.addFile("./test/mocha/suite.js");
-
-//Run your tests
-mocha.run(function(failures){
-  process.exit(failures);
-});
\ No newline at end of file