This website requires JavaScript.
Explore
Help
Sign In
martin
/
nci
Watch
1
Star
0
Fork
0
You've already forked nci
mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced
2025-01-25 22:46:18 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
7b8c67e941
nci
/
test
/
index.js
7 lines
98 B
JavaScript
Raw
Normal View
History
Unescape
Escape
add basic shell command tests
2014-12-03 22:23:41 +00:00
'use strict'
;
require
(
'./commands'
)
;
add node entity
2015-03-30 21:06:08 +00:00
require
(
'./scm'
)
;
require
(
'./executor'
)
;
require
(
'./node'
)
;
Reference in New Issue
Copy Permalink