MNT ESLint issues

This commit is contained in:
Sabina Talipova 2023-06-30 09:47:19 +12:00
parent af27f42f1d
commit 7ce0fa52a8
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
import React from 'react';
import TagField from 'components/TagField';
import { Title, Subtitle, Description, Primary, Controls, Stories } from '@storybook/blocks';
const options = [
{ Title: 'One', Value: 1 },

View File

@ -2,8 +2,8 @@
/* global jest, test, describe, beforeEach, it, expect, setTimeout, document */
import React from 'react';
import { Component as TagField } from '../TagField';
import { render } from '@testing-library/react';
import { Component as TagField } from '../TagField';
function makeProps(obj = {}) {
return {