Skip to content

Commit

Permalink
linting ...
Browse files Browse the repository at this point in the history
  • Loading branch information
purplecabbage committed Apr 15, 2023
1 parent 077d400 commit 8b4290b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/index.test.js
Expand Up @@ -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 () => {
Expand Down
2 changes: 1 addition & 1 deletion test/jest.setup.js
Expand Up @@ -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'
}
}

Expand Down

0 comments on commit 8b4290b

Please sign in to comment.