Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump @chainfile/* to v0.8 #90

Merged
merged 3 commits into from
Jun 20, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix test
fuxingloh committed Jun 20, 2024
commit 70e1c0b8a9cc73de2bcca317f4876b5789a117e2
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@
"turbo": "^2.0.4",
"typescript": "5.4.5"
},
"packageManager": "pnpm@9.3.0",
"packageManager": "pnpm@9.4.0",
"engines": {
"node": "^20 <21"
}
4 changes: 2 additions & 2 deletions packages/chainfile-solana/test-validator.test.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { ChainfileTestcontainers } from '@chainfile/testcontainers';
import { CFTestcontainers } from '@chainfile/testcontainers';
import { afterAll, beforeAll, describe, expect, it } from '@workspace/jest/globals';

import test from './test-validator.json';

const testcontainers = new ChainfileTestcontainers(test);
const testcontainers = new CFTestcontainers(test);

beforeAll(async () => {
await testcontainers.start();