init
This commit is contained in:
7
jest.setup.ts
Normal file
7
jest.setup.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { buildAllTact } from '@ton/blueprint';
|
||||
import * as dotenv from 'dotenv';
|
||||
|
||||
export default async function () {
|
||||
dotenv.config(); // Load environment variables from .env
|
||||
await buildAllTact();
|
||||
}
|
||||
Reference in New Issue
Block a user