Skip to content

Commit

Permalink
Fixed issue not finding wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianRappl committed Dec 1, 2023
1 parent 3a61292 commit 7aa3284
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/plugins/piral-search/src/create.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ import { createSearchApi } from './create';

function createMockContainer() {
const state = create(() => ({
app: {
wrap: false,
},
registry: {
wrappers: {},
extensions: {},
Expand Down

0 comments on commit 7aa3284

Please sign in to comment.