We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68012a5 commit 07d4fabCopy full SHA for 07d4fab
com/isoterminal.js
@@ -308,6 +308,9 @@ if( typeof AFRAME != 'undefined '){
308
httpfs: "com/isoterminal/feat/httpfs.js",
309
autorestore: "com/isoterminal/feat/autorestore.js",
310
}
311
+ if( document.location.hash.match(/#test/) || this.data.debug ){
312
+ features['tests'] = "tests/index.js"
313
+ }
314
if( this.data.emulator == 'fbterm' ){
315
features['fbtermjs'] = "com/isoterminal/term.js"
316
features['fbterm'] = "com/isoterminal/feat/term.js"
0 commit comments