mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
fix: removed describe.only for port_spec.ts
This commit is contained in:
parent
43b3453e24
commit
1babc9b7c2
@ -16,7 +16,7 @@ class MockServer extends EventEmitter {
|
|||||||
close = jest.fn(cb => cb())
|
close = jest.fn(cb => cb())
|
||||||
}
|
}
|
||||||
|
|
||||||
describe.only("getFreePort", () => {
|
describe("getFreePort", () => {
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
// fixme: find a better way to support types for mocked module
|
// fixme: find a better way to support types for mocked module
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user