chore: replace jest with mocha
This commit is contained in:
committed by
Justin Starry
parent
612958ece0
commit
c675c67c26
@@ -4,7 +4,10 @@
|
||||
* The connection url to use when running unit tests against a live cluster
|
||||
*/
|
||||
|
||||
export const url = 'http://localhost:8899/';
|
||||
export const MOCK_PORT = 9999;
|
||||
export const url = process.env.TEST_LIVE
|
||||
? 'http://localhost:8899/'
|
||||
: 'http://localhost:9999/';
|
||||
|
||||
//export const url = 'https://devnet.solana.com/';
|
||||
//export const url = 'http://devnet.solana.com/';
|
||||
|
Reference in New Issue
Block a user