Skip to content

Commit

Permalink
Test against src file (better line numbering)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber623 committed Sep 29, 2023
1 parent 4c95779 commit 5093d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/templatetemplate.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import test from 'ava';
import { JSDOM } from 'jsdom';

import TemplateTemplate from '../dist/templatetemplate.mjs';
import TemplateTemplate from '../src/templatetemplate.mjs';

const html = `
<!doctype html>
Expand Down

0 comments on commit 5093d64

Please sign in to comment.