UNPKG
jest-html
Version:
latest (1.5.0)
1.5.0
1.4.0
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.2
1.2.1
1.2.0
1.1.0
1.0.1
1.0.0
0.3.3
0.3.2
0.3.1
0.3.0
0.2.2
0.2.1
0.2.0
0.1.0
Preview Jest snapshots right in your browser
github.com/guigrpa/jest-html
guigrpa/jest-html
jest-html
/
lib
/
previewer.js
5 lines
(4 loc)
•
100 B
JavaScript
View Raw
1
2
3
4
5
#!/usr/bin/env node
'use strict'
; process.
env
.
NODE_ENV
=
'production'
;
require
(
'./server/startup'
);