Skip to content

Commit

Permalink
Point to src files in example and test
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber623 committed Sep 26, 2023
1 parent 8800f79 commit 86d5de5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ <h1>TemplateTemplate: Example</h1>
</template>

<script type="module">
import TemplateTemplate from '../dist/templatetemplate.mjs';
import TemplateTemplate from '../src/templatetemplate.mjs';

const tbody = document.querySelector('#projects tbody');

Expand Down
2 changes: 1 addition & 1 deletion spec/spec.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import TemplateTemplate from '../dist/templatetemplate.mjs';
import TemplateTemplate from '../src/templatetemplate.mjs';

describe('TemplateTemplate', () => {
const typeErrorMessage = /is not an HTMLTemplateElement$/;
Expand Down

0 comments on commit 86d5de5

Please sign in to comment.