wip: adding tests
All checks were successful
/ mirror_to_github (push) Successful in 34s
/ test (push) Successful in 9s

This commit is contained in:
Leon van Kammen 2025-06-13 23:51:23 +02:00
parent 68012a5e15
commit 07d4fab38d

View file

@ -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"