UNPKG
@makerdao/test-helpers
Version:
beta (0.4.0-beta.1)
latest (0.5.2)
0.5.2
0.5.2-alpha.0
0.5.1
0.5.0
0.4.0
0.4.0-beta.1
0.4.0-alpha.4
0.4.0-alpha.3
0.4.0-alpha.2
0.4.0-alpha.1
0.4.0-alpha.0
0.3.0
0.2.1
0.2.0
test helpers for the monorepo
@makerdao/test-helpers
/
dist
/
index.js
9 lines
(6 loc)
•
202 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
'use strict'
if
(process.
env
.
NODE_ENV
===
'production'
) {
module
.
exports
=
require
(
'./test-helpers.cjs.production.min.js'
) }
else
{
module
.
exports
=
require
(
'./test-helpers.cjs.development.js'
) }