UNPKG

ares-ide

Version:

A browser-based code editor and UI designer for Enyo 2 projects

14 lines (13 loc) 421 B
<!doctype html> <html> <head> <script src="../../../../../enyo/enyo.js" type="text/javascript"></script> <script src="../../../../../lib/extra/test/package.js" type="text/javascript"></script> <script src="ProviderTest.js" type="text/javascript"></script> </head> <body style="font-size: medium"> <script type="text/javascript"> new enyo.TestRunner().renderInto(document.body); </script> </body> </html>