UNPKG

dhxmvp

Version:

A complete boilerplate for building online, offline and syncable MVP Single Page Applications using DHTMLX.

17 lines (16 loc) 502 B
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>idb-iegap unit tests</title> <link rel="stylesheet" href="../bower_components/qunit/qunit/qunit.css"> </head> <body> <div id="qunit"></div> <div id="qunit-fixture"></div> <script src="../bower_components/qunit/qunit/qunit.js"></script> <script src="../idb-iegap.js"></script> <script src="../bower_components/dexie/dist/latest/Dexie.js"></script> <script src="tests-common.js"></script> </body> </html>