mirror of
https://github.com/labring/laf.git
synced 2026-02-01 16:57:03 +00:00
3 lines
122 B
Bash
3 lines
122 B
Bash
docker run --rm -p 27018:27017 --name mongotest -d mongo
|
|
npx mocha ./packages/*/tests/**/*.test.js
|
|
docker rm -f mongotest |