Skip to content

Commit

Permalink
add informative comment to keep the existing sandbox tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dsawali committed Jun 24, 2024
1 parent 4aa8f79 commit ada8415
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* This test is not being run by any runner,
* will keep for future reference if an alternative sandbox is available
*/

import { VotingPeriodBlockResult } from '@taquito/rpc';
import { InMemorySigner } from '@taquito/signer';
import { TezosToolkit } from '@taquito/taquito';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* This test is not being run by any runner,
* will keep for future reference if an alternative sandbox is available
*/

import { TezosToolkit } from "@taquito/taquito";
import { CONFIGS, sleep, isSandbox } from "../../config";

Expand Down

0 comments on commit ada8415

Please sign in to comment.