Skip to content

Commit

Permalink
fix: randomize data correct import
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Jul 10, 2020
1 parent ddceb8c commit 459246a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/core/test/randomize.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const faker = require('faker/locale/en_US');
import { ControlTypes, ComponentControl, ComponentControls } from '../src';
import { randomizeData } from '@component-controls/core/src/randomizeData';
import { randomizeData } from '@component-controls/core/src/controls-randomize';

describe('Options utility functions', () => {
const name: ComponentControl = {
Expand Down

0 comments on commit 459246a

Please sign in to comment.