diff --git a/examples/production/package.json b/examples/production/package.json index f8f037d..962eb13 100644 --- a/examples/production/package.json +++ b/examples/production/package.json @@ -37,7 +37,7 @@ "typescript-eslint": "^8.19.1", "prettier": "^3.4.2", "ts-node-dev": "^2.0.0", - "@algorandfoundation/algorand-typescript-testing": "^1.0.0-beta.2", + "@algorandfoundation/algorand-typescript-testing": "^1.0.0-beta.6", "vitest": "^2.1.8", "@vitest/coverage-v8": "^2.1.8", "typescript": "^5.7.3" diff --git a/examples/production/vitest.config.mts b/examples/production/vitest.config.mts index ff8fd56..6a42c69 100644 --- a/examples/production/vitest.config.mts +++ b/examples/production/vitest.config.mts @@ -5,11 +5,6 @@ import { defineConfig } from 'vitest/config' export default defineConfig({ esbuild: {}, test: { - server: { - deps: { - inline: ['@algorandfoundation/algorand-typescript-testing'], - }, - }, testTimeout: 10000, coverage: { provider: 'v8', diff --git a/template_content/package.json.jinja b/template_content/package.json.jinja index 2162efa..870e059 100644 --- a/template_content/package.json.jinja +++ b/template_content/package.json.jinja @@ -52,7 +52,7 @@ {%- endif %} "ts-node-dev": "^2.0.0", {%- if use_vitest %} - "@algorandfoundation/algorand-typescript-testing": "^1.0.0-beta.2", + "@algorandfoundation/algorand-typescript-testing": "^1.0.0-beta.6", "vitest": "^2.1.8", "@vitest/coverage-v8": "^2.1.8", {%- endif %} diff --git a/template_content/{% if use_vitest %}vitest.config.mts{% endif %} b/template_content/{% if use_vitest %}vitest.config.mts{% endif %} index ff8fd56..d243f8b 100644 --- a/template_content/{% if use_vitest %}vitest.config.mts{% endif %} +++ b/template_content/{% if use_vitest %}vitest.config.mts{% endif %} @@ -4,12 +4,7 @@ import { defineConfig } from 'vitest/config' export default defineConfig({ esbuild: {}, - test: { - server: { - deps: { - inline: ['@algorandfoundation/algorand-typescript-testing'], - }, - }, + test: { testTimeout: 10000, coverage: { provider: 'v8',