mirror of
https://github.com/labring/laf.git
synced 2026-01-25 16:07:45 +00:00
* clean old version codes Signed-off-by: maslow <wangfugen@126.com> * remove old codes & refactor dir struct * merge next-web & move to web * fix configs * fix ci Signed-off-by: maslow <wangfugen@126.com>
3 lines
113 B
Bash
3 lines
113 B
Bash
docker run --rm -p 27018:27017 --name mongotest -d mongo
|
|
npx mocha ./*/tests/**/*.test.js
|
|
docker rm -f mongotest |