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 f5c3ab0 commit 97f8431Copy full SHA for 97f8431
packages/chart-recommender/test/recommend.mjs
@@ -1,7 +1,7 @@
1
// Copyright (c) Microsoft Corporation. All rights reserved.
2
// Licensed under the MIT license.
3
import assert from 'assert';
4
-import recommender from '../dist/es6/index.js';
+import * as recommender from '../dist/es6/index.js';
5
import fs from 'fs';
6
import * as vega from 'vega';
7
import { getColumnsFromData } from '@msrvida/sanddance-specs';
0 commit comments