UNPKG
@theqrl/nft-providers
Version:
latest (1.1.0)
1.1.0
1.0.1
1.0.0
0.0.1
Post-quantum QRL NFT provider index
github.com/theQRL/nft-providers
theQRL/nft-providers
@theqrl/nft-providers
/
wallaby.js
14 lines
(12 loc)
•
283 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
console.
log
(
'Node version used by wallaby'
, process.version);
module
.exports =
function
(wallaby)
{ process.env.npm_package_version =
'0.0.1'
;
return
{ files: [
'index.js'
], tests: [
'test.js'
], testFramework:
'mocha'
, env: {
type
:
'node'
, }, }; };