This website requires JavaScript.
Explore
ben
ben/packages
Help
Sign In
home-assistant
/
buildroot
mirror of
https://github.com/home-assistant/buildroot.git
Watch
0
Star
0
Fork
You've already forked buildroot
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
master
buildroot
/
support
/
testing
/
tests
/
package
/
sample_nodejs_basic.js
4 lines
86 B
JavaScript
Raw
Permalink
Blame
History
var
assert
=
require
(
'assert'
)
;
assert
.
strictEqual
(
1
,
1
)
;
console
.
log
(
"Hello World"
)
;
Reference in New Issue
View Git Blame
Copy Permalink