add API node type instead of always use string to define api node
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import {shallow} from "enzyme";
|
||||
import React from "react";
|
||||
import SubmitPopup from "./SubmitPopup";
|
||||
import {shallow} from 'enzyme';
|
||||
import React from 'react';
|
||||
import SubmitPopup from './SubmitPopup';
|
||||
|
||||
describe('<SubmitPopup/>', function () {
|
||||
it('renders without crashing ', function () {
|
||||
|
Reference in New Issue
Block a user