testeranto 0.79.51 → 0.79.53

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
@@ -20,6 +20,7 @@ COPY ./testeranto.mts /usr/src/app/testeranto.mts
20
20
  COPY ./tsconfig.json /usr/src/app/tsconfig.json
21
21
  COPY ./init.mts /usr/src/app/init.mts
22
22
  COPY ./bundle.mts /usr/src/app/bundle.mts
23
+ COPY ./test.mts /usr/src/app/test.mts
23
24
 
24
25
  RUN yarn run init
25
26
  RUN yarn bundle
@@ -41,4 +42,4 @@ RUN yarn bundle
41
42
  # EXPOSE 27017
42
43
  # ENV MONGO_HOST=host.docker.internal
43
44
  # # # CMD ['yarn', 'testeranto-testrun', '&', 'yarn', 'testeranto-taskman']
44
- CMD ["node", "./node_modules/testeranto/dist/module/Puppeteer.js"]
45
+ CMD ["node", "test.mts"]
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.51",
4
+ "version": "0.79.53",
5
5
  "engines": {
6
6
  "node": "18.18.0"
7
7
  },