UNPKG
@yugu/gogocode
Version:
latest (1.0.55)
1.0.55
1.0.54
The simplest tool to parse/transform/generate code on ast
github.com/thx/gogocode
thx/gogocode
@yugu/gogocode
/
test
/
G.version.test.js
7 lines
(5 loc)
•
164 B
JavaScript
View Raw
1
2
3
4
5
6
7
const
$ =
require
(
'../index'
);
const
pkg =
require
(
'../package.json'
);
test
(
'$.version: version should be ok'
,
() =>
{
expect
($.version).
toBe
(pkg.
version
); })