UNPKG
get-meta-file
Version:
latest (1.3.6)
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.1
1.2.0
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
gets a meta file and its contents
github.com/mateodelnorte/get-meta-file
mateodelnorte/get-meta-file
get-meta-file
/
__tests__
/
index.js
10 lines
(7 loc)
•
199 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
const
index =
require
(
'../index.js'
); jest.
spyOn
(process,
'exit'
).
mockImplementation
(
() =>
{});
describe
(
'index.js'
,
() =>
{
it
(
'should exist'
,
() =>
{
expect
(index).
toBeDefined
(); }); });