WIP: recreate object element when loading maps to avoid node warnings about dangling file handles

This commit is contained in:
2024-05-01 22:53:18 -07:00
parent b008407808
commit cb76c9c68a
6 changed files with 147 additions and 31 deletions

View File

@@ -1,5 +1,3 @@
#!/usr/bin/env bash
NPM_COMMAND="npm run test:integ"
docker run --rm --init -it -v $PWD:/usr/src/app btroops $NPM_COMMAND
docker run --rm --init -it -v $PWD:/usr/src/app -p 8080:8080 --name btroops-test btroops bash