You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@nomicsfoundation/sdk-test

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package version was removed
This package version has been unpublished, mostly likely due to security reasons

@nomicsfoundation/sdk-test

🛠 An SDK for building applications on top of nomicsfoundation.

0.0.27
unpublished
npmnpm
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

Nomicsfoundation SDK Test

Running tests

To run the tests, follow these steps. You must have at least node v10 and yarn installed.

First clone the repository:

git clone https://github.com/nomicsfoundation/sdk-test.git

Move into the sdk-test working directory

cd sdk-test/

Install dependencies

yarn install

Run tests

yarn test

You should see output like the following:

yarn run v1.22.19
$ tsdx test
 PASS  test/fraction.test.ts
 PASS  test/constants.test.ts
 PASS  test/token.test.ts

Test Suites: 1 skipped, 3 passed, 3 of 4 total
Tests:       3 skipped, 20 passed, 23 total
Snapshots:   0 total
Time:        0.869s, estimated 1s
Ran all test suites.
Done in 1.48s.

Keywords

nomicsfoundation

FAQs

Package last updated on 05 Nov 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts