@hirosystems/clarinet-sdk
Advanced tools
Comparing version 0.6.2 to 0.6.3
{ | ||
"name": "@hirosystems/clarinet-sdk", | ||
"version": "0.6.2", | ||
"version": "0.6.3", | ||
"description": "A SDK to interact with Clarity Smart Contracts", | ||
@@ -5,0 +5,0 @@ "repository": { |
import { beforeAll, describe, expect, it } from "vitest"; | ||
beforeAll(async () => { | ||
await vm.initSession(process.cwd(), "./Clarinet.toml"); | ||
}); | ||
const accounts = vm.getAccounts(); | ||
const wallet1 = accounts.get("wallet_1")!; | ||
const address1 = accounts.get("wallet_1")!; | ||
@@ -10,0 +6,0 @@ /* |
@@ -6,3 +6,2 @@ /// <reference types="vitest" /> | ||
console.log(vitestSetupFilePath); | ||
export default defineConfig({ | ||
@@ -9,0 +8,0 @@ test: { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
91540
1668