diff --git a/examples/oft-solana/Anchor.toml b/examples/oft-solana/Anchor.toml index 42dc0c1df..e61fb3490 100644 --- a/examples/oft-solana/Anchor.toml +++ b/examples/oft-solana/Anchor.toml @@ -16,4 +16,4 @@ cluster = "Localnet" wallet = "./junk-id.json" [scripts] -test = "npx jest" +test = "npx jest test/anchor" diff --git a/examples/oft-solana/jest.config.ts b/examples/oft-solana/jest.config.ts index 04ce444d5..a5634529d 100644 --- a/examples/oft-solana/jest.config.ts +++ b/examples/oft-solana/jest.config.ts @@ -2,7 +2,6 @@ module.exports = { reporters: [['github-actions', { silent: false }], 'default'], testEnvironment: 'node', - testRegex: '(/test/anchor/.*\\.test\\.(ts|tsx)$)', testTimeout: 15000, moduleNameMapper: { '^@/(.*)$': '/src/$1',