Prettier 2.0 (#393)

This commit is contained in:
Steve Faulkner
2021-01-20 09:15:01 -06:00
committed by GitHub
parent c1937ca464
commit 4be53284b5
500 changed files with 41927 additions and 41838 deletions

View File

@@ -9,31 +9,31 @@ describe("auto start kernel", () => {
(configureStore as jest.Mock).mockReturnValue({
dispatch: () => {
/* noop */
}
},
});
defineConfigOption({
label: "editorType",
key: "editorType",
defaultValue: "foo"
defaultValue: "foo",
});
defineConfigOption({
label: "autoSaveInterval",
key: "autoSaveInterval",
defaultValue: 1234
defaultValue: 1234,
});
[true, false].forEach(isReadOnly => {
[true, false].forEach((isReadOnly) => {
new NotebookClientV2({
connectionInfo: {
authToken: "autToken",
notebookServerEndpoint: "notebookServerEndpoint"
notebookServerEndpoint: "notebookServerEndpoint",
},
databaseAccountName: undefined,
defaultExperience: undefined,
isReadOnly,
contentProvider: undefined
contentProvider: undefined,
});
expect(configureStore).toHaveBeenCalledWith(