Skip to content

Commit

Permalink
clean up test files
Browse files Browse the repository at this point in the history
  • Loading branch information
wizard04wsu committed May 21, 2020
1 parent 4c31f9e commit 5e2a796
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/Class testing.htm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<title>Class testing</title>

<script type="module" src="../src/Class testing.js"></script>
<script type="module" src="./Class testing.js"></script>

</head>
<body>
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion test/Privates using symbols.htm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<title>Class testing</title>

<script type="module" src="../src/privates.js"></script>
<script type="module" src="./privates.js"></script>

</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion test/examples.htm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<title>Class testing</title>

<script type="module" src="../src/examples.js"></script>
<script type="module" src="./examples.js"></script>

</head>
<body>
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 5e2a796

Please sign in to comment.