index
:
dexon-sol-tools
development
master
DEXON fork of Solidity development tools originated from 0x-monorepo (https://github.com/dexon-foundation/sol-tools)
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
packages
/
sra
/
test
/
sample_test.ts
blob: e7edd6719077ef87f79cc24de77732fcb6a69b36 (
plain
) (
blame
)
1
2
3
describe
(
'test'
, () => {
it
(
'should pass'
, () =>
undefined
);
});