testeranto 0.79.53 → 0.79.55

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/Bundle.Dockerfile CHANGED
@@ -42,4 +42,4 @@ RUN yarn bundle
42
42
  # EXPOSE 27017
43
43
  # ENV MONGO_HOST=host.docker.internal
44
44
  # # # CMD ['yarn', 'testeranto-testrun', '&', 'yarn', 'testeranto-taskman']
45
- CMD ["node", "test.mts"]
45
+ CMD ["yarn", "test"]
package/Report.Dockerfile CHANGED
@@ -2,6 +2,7 @@ FROM node:18.18.0
2
2
 
3
3
  RUN apt-get update && \
4
4
  apt-get install -y --no-install-recommends \
5
+ chromium \
5
6
  python3 \
6
7
  make \
7
8
  g++ && \
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "testeranto",
3
3
  "description": "teeny tiny tightly-typed typescript tests",
4
- "version": "0.79.53",
4
+ "version": "0.79.55",
5
5
  "engines": {
6
6
  "node": "18.18.0"
7
7
  },