Skip to content

Commit

Permalink
test: fixing path on test file
Browse files Browse the repository at this point in the history
  • Loading branch information
sun-mota committed Nov 7, 2024
1 parent 2fc71e2 commit 7fb0f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/checkbox/test/auro-checkbox.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/* eslint-disable no-unused-expressions */
import { fixture, html, expect, elementUpdated } from '@open-wc/testing';

import '../index.js';
import '../src/index.js';

describe('auro-checkbox-group', () => {
it('has the expected properties and validity in required state', async () => {
Expand Down

0 comments on commit 7fb0f7d

Please sign in to comment.