thelounge/test
Reto Brunner 646bafab99 mocha: move spec to invocation
If we specify the spec in the config file, we can't manually
specify a specific test file from the cli.

This is annoying, as the alternative is copying out the full
package.json blurb into the shell.

Rather, give the spec in the invocation and add a helper
that makes testing a specific file simple.

With this `yarn test:nospec test/plugins/link.ts` will only run
tests within that file
2024-01-27 15:34:13 +01:00
..
client Move condensedTypes to shared/ 2023-01-30 09:14:40 +01:00
commands TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
fixtures TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
models Fix test wording 2023-03-15 08:40:53 +01:00
plugins sqlite: implement deleteMessages 2023-12-23 21:08:07 +01:00
shared linkify: Add web+ schema support 2024-01-21 17:47:32 +01:00
src TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
tests Client: move socket connection out of the constructor 2023-03-15 08:40:53 +01:00
.mocharc.yml mocha: move spec to invocation 2024-01-27 15:34:13 +01:00
.nycrc-mocha.json TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
.nycrc-report.json Set up Prettier on md, html, json, and yaml 2019-07-17 10:22:30 +01:00
client.ts Fix load of channels from user config 2023-04-08 12:38:06 +02:00
server.ts add setup 2023-03-18 07:50:35 +01:00
tsconfig.json Extract tests to shared/ 2023-01-30 09:14:40 +01:00
util.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00