Skip to content

Commit b55ed06

Browse files
authored
Merge pull request #10 from algorandfoundation/update-test-package
chore: update algorand-typescript-testing package version to avoid node module inlining
2 parents 81672f3 + 8f447b8 commit b55ed06

File tree

4 files changed

+3
-13
lines changed

4 files changed

+3
-13
lines changed

examples/production/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"typescript-eslint": "^8.19.1",
3838
"prettier": "^3.4.2",
3939
"ts-node-dev": "^2.0.0",
40-
"@algorandfoundation/algorand-typescript-testing": "^1.0.0-beta.2",
40+
"@algorandfoundation/algorand-typescript-testing": "^1.0.0-beta.6",
4141
"vitest": "^2.1.8",
4242
"@vitest/coverage-v8": "^2.1.8",
4343
"typescript": "^5.7.3"

examples/production/vitest.config.mts

-5
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ import { defineConfig } from 'vitest/config'
55
export default defineConfig({
66
esbuild: {},
77
test: {
8-
server: {
9-
deps: {
10-
inline: ['@algorandfoundation/algorand-typescript-testing'],
11-
},
12-
},
138
testTimeout: 10000,
149
coverage: {
1510
provider: 'v8',

template_content/package.json.jinja

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
{%- endif %}
5353
"ts-node-dev": "^2.0.0",
5454
{%- if use_vitest %}
55-
"@algorandfoundation/algorand-typescript-testing": "^1.0.0-beta.2",
55+
"@algorandfoundation/algorand-typescript-testing": "^1.0.0-beta.6",
5656
"vitest": "^2.1.8",
5757
"@vitest/coverage-v8": "^2.1.8",
5858
{%- endif %}

template_content/{% if use_vitest %}vitest.config.mts{% endif %}

+1-6
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,7 @@ import { defineConfig } from 'vitest/config'
44

55
export default defineConfig({
66
esbuild: {},
7-
test: {
8-
server: {
9-
deps: {
10-
inline: ['@algorandfoundation/algorand-typescript-testing'],
11-
},
12-
},
7+
test: {
138
testTimeout: 10000,
149
coverage: {
1510
provider: 'v8',

0 commit comments

Comments
 (0)