mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
spelling: extension
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
398acb755c
commit
b6c5ed6930
@ -84,7 +84,7 @@ jest.mock(
|
|||||||
(channel: string, listener: (event: any, ...args: any[]) => void) => {
|
(channel: string, listener: (event: any, ...args: any[]) => void) => {
|
||||||
if (channel === "extensions:main") {
|
if (channel === "extensions:main") {
|
||||||
// First initialize with extensions 1 and 2
|
// First initialize with extensions 1 and 2
|
||||||
// and then broadcast event to remove extensioin 2 and add extension number 3
|
// and then broadcast event to remove extension 2 and add extension number 3
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
listener({}, [
|
listener({}, [
|
||||||
[
|
[
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user