mirror of
https://github.com/cheveguerra/whatsapp-web.js.git
synced 2026-04-17 19:26:20 +00:00
chore(tests): add Chat model tests (#784)
* add search and status tests * reset to previous status in test * move version to its own test * add tests for Chat model * keep hooks at the top * run tests recursively in default script
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
"main": "./index.js",
|
||||
"typings": "./index.d.ts",
|
||||
"scripts": {
|
||||
"test": "mocha tests",
|
||||
"test": "mocha tests --recursive",
|
||||
"test-single": "mocha",
|
||||
"shell": "node --experimental-repl-await ./shell.js",
|
||||
"generate-docs": "node_modules/.bin/jsdoc --configure .jsdoc.json --verbose"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user