Updated test location (test files are too big to include in dist).
This commit is contained in:
parent
ef2be2e86d
commit
d65a1f120e
@ -9,13 +9,18 @@
|
||||
}
|
||||
</style>
|
||||
<script src="./node_modules/nodeunit/examples/browser/nodeunit.js"></script>
|
||||
<script src="../dist/ethers-tests.js"></script>
|
||||
<script src="./dist/ethers-tests.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1 id="nodeunit-header">Example Test Suite</h1>
|
||||
<script>
|
||||
nodeunit.run(ethers);
|
||||
//nodeunit.run(tests);
|
||||
nodeunit.run({
|
||||
single: tests['providers']
|
||||
});
|
||||
/*
|
||||
*/
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user