diff --git a/test/index.test.js b/test/index.test.js index bcaca71..ffa9609 100644 --- a/test/index.test.js +++ b/test/index.test.js @@ -59,7 +59,7 @@ describe('load config', () => { test('exc with events config', async () => { global.loadFixtureApp('exc-with-events') config = loadConfig({}) - expect(config.all['dx/excshell/1']).toEqual(expect.objectContaining({events: expect.any(Object)})) + expect(config.all['dx/excshell/1']).toEqual(expect.objectContaining({ events: expect.any(Object) })) }) test('standalone app, exc and nui extension config', async () => { diff --git a/test/jest.setup.js b/test/jest.setup.js index ac93db7..3d5280a 100644 --- a/test/jest.setup.js +++ b/test/jest.setup.js @@ -21,7 +21,7 @@ const path = require('path') const fileSystem = require('jest-plugin-fs').default const project = { org: { - ims_org_id: "00000000000000000100000@AdobeOrg" + ims_org_id: '00000000000000000100000@AdobeOrg' } }