testeranto 0.79.24 → 0.79.25

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.
@@ -18,7 +18,8 @@ RUN yarn install
18
18
  COPY ./src/ /usr/src/app/src
19
19
  COPY ./subPackages/ /usr/src/app/subPackages
20
20
  COPY ./testeranto.mts /usr/src/app/testeranto.mts
21
- COPY ./tsconfig.json /usr/src/app/tsconfig.json
21
+ COPY ./features.test.mts /usr/src/app/features.test.mts
22
+
22
23
  RUN yarn testeranto-esbuild
23
24
  # # COPY ./testeranto.json /usr/src/app/testeranto.json
24
25
  # # COPY prebuild.sh /usr/src/app
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.24",
4
+ "version": "0.79.25",
5
5
  "engines": {
6
6
  "node": "18.18.0"
7
7
  },