|
15 | 15 | "test:rosetta-cli:construction": "cross-env NODE_ENV=development STACKS_CHAIN_ID=0x80000000 jest --config ./tests/jest.config.rosetta-cli-construction.js --coverage --runInBand",
|
16 | 16 | "test:bns": "cross-env NODE_ENV=development jest --config ./tests/jest.config.bns.js --coverage --runInBand",
|
17 | 17 | "test:rpc": "cross-env NODE_ENV=development jest --config ./tests/jest.config.rpc.js --coverage --runInBand",
|
| 18 | + "test:event-replay": "cross-env NODE_ENV=development jest --config ./tests/jest.config.event-replay.js --coverage --runInBand", |
18 | 19 | "test:btc-faucet": "cross-env NODE_ENV=development jest --config ./tests/jest.config.btc-faucet.js --coverage --runInBand",
|
19 | 20 | "test:tokens": "cross-env NODE_ENV=development jest --config ./tests/jest.config.tokens.js --coverage --runInBand",
|
20 | 21 | "test:watch": "cross-env NODE_ENV=development jest --config ./tests/jest.config.js --watch",
|
|
27 | 28 | "test:integration:bns": "concurrently \"docker compose -f docker/docker-compose.dev.postgres.yml -f docker/docker-compose.dev.stacks-blockchain.yml up --force-recreate -V\" \"cross-env NODE_ENV=development jest --config ./tests/jest.config.bns.js --no-cache --runInBand; npm run devenv:stop\"",
|
28 | 29 | "test:integration:tokens": "concurrently \"docker compose -f docker/docker-compose.dev.postgres.yml -f docker/docker-compose.dev.stacks-blockchain.yml up --force-recreate -V\" \"cross-env NODE_ENV=development jest --config ./tests/jest.config.tokens.js --no-cache --runInBand; npm run devenv:stop\"",
|
29 | 30 | "test:integration:rpc": "concurrently \"docker compose -f docker/docker-compose.dev.postgres.yml -f docker/docker-compose.dev.stacks-blockchain.yml up --force-recreate -V\" \"cross-env NODE_ENV=development jest --config ./tests/jest.config.rpc.js --no-cache --runInBand; npm run devenv:stop\"",
|
| 31 | + "test:integration:event-replay": "concurrently \"docker compose -f docker/docker-compose.dev.postgres.yml up --force-recreate -V\" \"cross-env NODE_ENV=development jest --config ./tests/jest.config.event-replay.js --no-cache --runInBand; npm run devenv:stop\"", |
30 | 32 | "test:integration:btc-faucet": "concurrently \"docker compose -f docker/docker-compose.dev.postgres.yml -f docker/docker-compose.dev.bitcoind.yml up --force-recreate -V\" \"cross-env NODE_ENV=development jest --config ./tests/jest.config.btc-faucet.js --no-cache --runInBand; npm run devenv:stop\"",
|
31 | 33 | "generate:git-info": "node ./git-info-generator.mjs",
|
32 | 34 | "build": "npm run generate:git-info && rimraf ./lib && tsc -p tsconfig.build.json",
|
|
0 commit comments