Skip to content

Commit 1bfc6f9

Browse files
committed
test on ci
1 parent 1d049e2 commit 1bfc6f9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

auction-house/js/test/account-instructions.auction-house.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import {
77
LAMPORTS_PER_SOL,
88
} from '@solana/web3.js';
99
import { AuctionHouse, AuctionHouseArgs } from 'src/generated';
10-
import test from 'tape';
1110
import spok from 'spok';
1211

1312
import {

auction-house/js/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"extends": "./tsconfig.build.json",
33
"compilerOptions": {
4-
"rootDir": "."
4+
"rootDirs": [".", ".."]
55
},
6-
"include": ["./src", "test"]
6+
"include": ["./src", "test", "../cli"]
77
}

0 commit comments

Comments
 (0)