Skip to content

Commit

Permalink
chore(tests): fix deprecated import
Browse files Browse the repository at this point in the history
  • Loading branch information
quarkus committed Nov 11, 2024
1 parent 399081b commit e393078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/raw-text-node-part.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { fixture, assert, nextFrame, oneEvent } from '@open-wc/testing';
import { render } from '../../src/dom-parts/render.js';
import { html } from '../../src/TemplateElement.js';
import { stripCommentMarkers } from './renderer/template-bindings.js';
import { stripCommentMarkers } from './template-bindings.test.js';
import { RawTextNodePart } from '../../src/dom-parts/RawTextNodePart.js';
import { convertStringToTemplate } from '../../src/util/DOMHelper.js';
import { createTemplateString } from '../../src/dom-parts/TemplateResult.js';
Expand Down

0 comments on commit e393078

Please sign in to comment.