We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f2f095 commit 337e317Copy full SHA for 337e317
{{cookiecutter.github_project_name}}/src/__tests__/utils.ts
@@ -107,9 +107,9 @@ export function createTestModel<T extends widgets.WidgetModel>(
107
constructor: Constructor<T>,
108
attributes?: any
109
): T {
110
- let id = widgets.uuid();
111
- let widget_manager = new DummyManager();
112
- let modelOptions = {
+ const id = widgets.uuid();
+ const widget_manager = new DummyManager();
+ const modelOptions = {
113
widget_manager: widget_manager,
114
model_id: id,
115
};
0 commit comments