Skip to content

Commit

Permalink
test: switch test file name convention
Browse files Browse the repository at this point in the history
  • Loading branch information
LiosK committed Sep 25, 2023
1 parent 37f3414 commit 37bb2ab
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
mocha.setup("bdd");
mocha.checkLeaks();
</script>
<script type="module" src="./generator.mjs"></script>
<script type="module" src="./identifier.mjs"></script>
<script type="module" src="./index.mjs"></script>
<script type="module" src="./gen.test.js"></script>
<script type="module" src="./id.test.js"></script>
<script type="module" src="./scru128.test.js"></script>
<script type="module" class="mocha-exec">
mocha.run();
</script>
Expand Down
File renamed without changes.

0 comments on commit 37bb2ab

Please sign in to comment.