Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
timleslie committed May 1, 2020
1 parent fab85e6 commit 173cd5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app-admin-ui/tests/server/AdminUI.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jest.doMock('html-webpack-plugin', () => {
const { AdminUIApp } = require('../../');

const keystone = {
getAdminMeta: jest.fn(),
getAdminMeta: jest.fn(() => ({ lists: [], name: 'test' })),
};
const adminPath = 'admin_path';

Expand Down

0 comments on commit 173cd5a

Please sign in to comment.