daydream

A small matrix web client written in rust
git clone git://archive.git.mtrnord.blog/daydream-mx/daydream.git
Log | Files | Refs | README | LICENSE

commit 77fe4b25a240edab1b08a50c203a11b3c374c13b
parent 1a497bd457897955f0687e7ab8c83cd25f81d05c
Author: Marcel <mtrnord1@gmail.com>
Date:   Sat, 13 Jun 2020 23:47:38 +0200

Limit tests to **/*._spec.js files

Took 2 minutes

Diffstat:
Mcypress.json | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/cypress.json b/cypress.json @@ -1,4 +1,5 @@ { "baseUrl": "http://localhost:8888", - "projectId": "7z38mu" + "projectId": "7z38mu", + "testFiles": "**/*_spec.js" }