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>
|
</style>
|
||||||
<script src="./node_modules/nodeunit/examples/browser/nodeunit.js"></script>
|
<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>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<h1 id="nodeunit-header">Example Test Suite</h1>
|
<h1 id="nodeunit-header">Example Test Suite</h1>
|
||||||
<script>
|
<script>
|
||||||
nodeunit.run(ethers);
|
//nodeunit.run(tests);
|
||||||
|
nodeunit.run({
|
||||||
|
single: tests['providers']
|
||||||
|
});
|
||||||
|
/*
|
||||||
|
*/
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user