Commit 8f859356 by Иван Кубота

switch

parent e802c3cc
...@@ -4,9 +4,12 @@ ...@@ -4,9 +4,12 @@
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"dependencies": { "dependencies": {
"assert": "^2.0.0",
"async": "^3.1.0", "async": "^3.1.0",
"chai": "^4.2.0",
"json5": "^2.1.0", "json5": "^2.1.0",
"localize.js": "^2.0.2", "localize.js": "^2.0.2",
"mocha": "^6.2.0",
"ms": "^2.1.2", "ms": "^2.1.2",
"node-telegram-bot-api": "^0.30.0" "node-telegram-bot-api": "^0.30.0"
}, },
...@@ -15,5 +18,6 @@ ...@@ -15,5 +18,6 @@
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"author": "Zibx", "author": "Zibx",
"license": "MPL-2.0" "license": "MPL-2.0",
"type": "module"
} }
const //import * as assert from 'assert';
\ No newline at end of file import {it, describe} from "mocha";
describe('pattern matching', function () {
it('should match strict commands', function (done) {
done();
})
});
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment