Updated test location (test files are too big to include in dist).

This commit is contained in:
ricmoo 2017-04-05 17:14:57 -04:00
parent ef2be2e86d
commit d65a1f120e

View File

@ -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>