Match-id-55d57069bcbae4d9269d2060b72e9784ec558608
This commit is contained in:
parent
7ccc3953ed
commit
a7e601ad08
|
@ -1,6 +1,6 @@
|
||||||
import * as Horizon from '@cloudsop/horizon/index.ts';
|
import * as Horizon from '@cloudsop/horizon/index.ts';
|
||||||
|
|
||||||
describe('useContext Hook Test', () => {;
|
describe('useContext Hook Test', () => {
|
||||||
const { useState, useContext, createContext, act, unmountComponentAtNode } = Horizon;
|
const { useState, useContext, createContext, act, unmountComponentAtNode } = Horizon;
|
||||||
|
|
||||||
it('简单使用useContext', () => {
|
it('简单使用useContext', () => {
|
||||||
|
|
Loading…
Reference in New Issue