1
0
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:
Roman 2020-06-25 15:37:39 +03:00
parent 43b3453e24
commit 1babc9b7c2

View File

@ -16,7 +16,7 @@ class MockServer extends EventEmitter {
close = jest.fn(cb => cb())
}
describe.only("getFreePort", () => {
describe("getFreePort", () => {
beforeEach(() => {
// @ts-ignore
// fixme: find a better way to support types for mocked module