wip: adding tests
This commit is contained in:
parent
68012a5e15
commit
07d4fab38d
1 changed files with 3 additions and 0 deletions
|
|
@ -308,6 +308,9 @@ if( typeof AFRAME != 'undefined '){
|
|||
httpfs: "com/isoterminal/feat/httpfs.js",
|
||||
autorestore: "com/isoterminal/feat/autorestore.js",
|
||||
}
|
||||
if( document.location.hash.match(/#test/) || this.data.debug ){
|
||||
features['tests'] = "tests/index.js"
|
||||
}
|
||||
if( this.data.emulator == 'fbterm' ){
|
||||
features['fbtermjs'] = "com/isoterminal/term.js"
|
||||
features['fbterm'] = "com/isoterminal/feat/term.js"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue