Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 576 Bytes

README.md

File metadata and controls

40 lines (28 loc) · 576 Bytes

Bazaar

Tests

TypeScript

cp .env.example .env
npm i
npm run make-admin
npm run test:dfx

Motoko

./.scripts/moc-test

Project Structure

./
├── keys  | Private test keys used in the test suite.
├── lib   | TS testing library.
├── src   | The Motoko source code.
└── tests | Both TS and Motoko tests.

Utility Scripts

export PATH=$PATH:$(pwd)/.scripts

# moc-check src/main.mo

Resources