Skip to content

Commit

Permalink
fix tests, right, right?
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaskiewicz committed Apr 29, 2024
1 parent 09d2070 commit 0d73566
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/contributions/html-contributions.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import { generateElementInfo } from './html-contributions';
import { ElementInfo } from '../index';
import { ComponentCompilerMeta } from '@stencil/core/internal';

const MOCK_STENCIL_ROOT_DIR = '.';
const MOCK_STENCIL_ROOT_DIR = '/';
const MOCK_CLASS_COMPONENT_NAME = 'StubCmp';
const MOCK_MODULE_PATH = '../../../../some/stubbed/path/my-component.tsx';
const MOCK_MODULE_PATH = 'some/stubbed/path/my-component.tsx';

describe('generateElementInfo', () => {
it('returns an empty array when no components are provided', () => {
Expand Down

0 comments on commit 0d73566

Please sign in to comment.