mirror of
https://github.com/zhigang1992/react.git
synced 2026-04-29 12:45:32 +08:00
test: use module alias instead of relative path
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import React from 'react'
|
||||
import { render, mount } from 'enzyme'
|
||||
import { Capacity } from '../../index'
|
||||
import { Capacity } from 'components'
|
||||
|
||||
describe('Capacity', () => {
|
||||
it('should render value correctly', () => {
|
||||
|
||||
Reference in New Issue
Block a user