Lint
This commit is contained in:
parent
a6132c2804
commit
764235469c
|
@ -236,6 +236,7 @@ describe("mysql integrations", () => {
|
||||||
const emitDatasourceUpdateMock = jest.fn()
|
const emitDatasourceUpdateMock = jest.fn()
|
||||||
|
|
||||||
// TODO: This is not actually required, will fix after cleaning the `_add` logic
|
// TODO: This is not actually required, will fix after cleaning the `_add` logic
|
||||||
|
// eslint-disable-next-line jest/no-disabled-tests
|
||||||
it.skip("will emit the datasource entity schema with externalType to the front-end when adding a new column", async () => {
|
it.skip("will emit the datasource entity schema with externalType to the front-end when adding a new column", async () => {
|
||||||
const addColumnToTable: TableRequest = {
|
const addColumnToTable: TableRequest = {
|
||||||
type: "table",
|
type: "table",
|
||||||
|
|
Loading…
Reference in New Issue