X-Git-Url: https://git.josue.xyz/?p=dotfiles%2F.git;a=blobdiff_plain;f=.config%2Fcoc%2Fextensions%2Fnode_modules%2Fcoc-prettier%2Fnode_modules%2Fnormalize-selector%2Ftest%2Fmocha%2Fnode-suite.js;fp=.config%2Fcoc%2Fextensions%2Fnode_modules%2Fcoc-prettier%2Fnode_modules%2Fnormalize-selector%2Ftest%2Fmocha%2Fnode-suite.js;h=0000000000000000000000000000000000000000;hp=087a3163b53a19e06a0cc1879faa291045c01df5;hb=3ddadb3c98564791f0ac36cb39771d844a63dc91;hpb=5f797af6612ed10887189b47a1efc2f915586e59 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 index 087a3163..00000000 --- a/.config/coc/extensions/node_modules/coc-prettier/node_modules/normalize-selector/test/mocha/node-suite.js +++ /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