mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-29 20:11:32 +02:00
Merge pull request #1826 from overleaf/ta-fix-bin-scripts
Fix test_unit_app and test_unit_module bin scripts GitOrigin-RevId: 18e67564fab54cd19310f81422ed1a1560c4cf29
This commit is contained in:
@@ -3,4 +3,4 @@ set -e;
|
||||
|
||||
MOCHA="node_modules/.bin/mocha --exit --recursive --reporter spec --require test/unit/bootstrap.js"
|
||||
|
||||
$MOCHA "$@" test/unit/js
|
||||
$MOCHA "$@" test/unit/src
|
||||
|
||||
@@ -6,4 +6,4 @@ MODULE=$1
|
||||
|
||||
shift
|
||||
|
||||
$MOCHA "$@" modules/$MODULE/test/unit/js
|
||||
$MOCHA "$@" modules/$MODULE/test/unit/src
|
||||
|
||||
Reference in New Issue
Block a user