Cross Reference: test.js
xref
: /
yui3
/
src
/
get
/
tests
/
node
/
test.js
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
test.js revision ca79fa9f55f934de04dcb8d66e1c7a61c93aec85
#!/
usr
/
bin
/
env
node
var
path
=
require
(
'path'
);
var
YUI
=
require
(
path
.
join
(
'../../../../'
,
'build-npm'
)).
YUI
;
console
.
log
(
YUI
.
version
);