Skip to content

Commit

Permalink
fix relative path in test import
Browse files Browse the repository at this point in the history
  • Loading branch information
electrovir committed Jul 28, 2023
1 parent 51b9bdc commit 618f946
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/test/elements/entries/observable-props-as-inputs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
defineElementNoInputs,
html,
listen,
} from '../../../../';
} from '../../..';

const myObservableProp = createObservablePropertyWithSetter(5);

Expand Down
6 changes: 1 addition & 5 deletions src/test/elements/vir-test-book-app.element.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
import {ElementBookApp} from 'element-book';
import {
defineElementNoInputs,
html,
requireAllCustomElementsToBeDeclarativeElements,
} from '../../..';
import {defineElementNoInputs, html, requireAllCustomElementsToBeDeclarativeElements} from '../..';
import {allBookEntries} from './all-book-entries';

requireAllCustomElementsToBeDeclarativeElements();
Expand Down

0 comments on commit 618f946

Please sign in to comment.