Skip to content

Commit

Permalink
chore: add file sufix
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoCardoso committed Oct 9, 2023
1 parent 446d57f commit 6562ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/grid/test/grid-wrapper.common.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { expect } from '@esm-bundle/chai';
import { fixtureSync, nextFrame } from '@vaadin/testing-helpers';
import { flushGrid, getBodyCellContent } from './helpers';
import { flushGrid, getBodyCellContent } from './helpers.js';

class GridWrapper extends HTMLElement {
constructor() {
Expand Down

0 comments on commit 6562ebe

Please sign in to comment.