UNPKG
mozilla-profile-builder
Version:
latest (0.4.0)
0.4.0
0.3.0
0.2.0
0.2.0-alpha
0.1.2
0.1.1
0.1.0
0.0.2
0.0.1
Create profiles for firefox/b2g desktop
mozilla-b2g/mozilla-profile-builder
mozilla-profile-builder
/
test
/
helper.js
5 lines
(3 loc)
•
128 B
JavaScript
View Raw
1
2
3
4
5
global
.assert =
require
(
'assert'
);
global
.sinon =
require
(
'sinon'
);
global
.sinon.assert.
expose
(
global
.assert, {
prefix
:
''
});