Skip to content

Commit

Permalink
Migrate test
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Cena committed Nov 2, 2021
1 parent 2a80593 commit edeec66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* LICENSE file in the root directory of this source tree.
*/

const {validateThemeConfig, DEFAULT_CONFIG} = require('../validateThemeConfig');
import {validateThemeConfig, DEFAULT_CONFIG} from '../validateThemeConfig';

function testValidateThemeConfig(themeConfig) {
function validate(schema, cfg) {
Expand Down

0 comments on commit edeec66

Please sign in to comment.