Match-id-55d57069bcbae4d9269d2060b72e9784ec558608

This commit is contained in:
* 2022-04-08 14:27:16 +08:00 committed by *
parent 7ccc3953ed
commit a7e601ad08
1 changed files with 1 additions and 1 deletions

View File

@ -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', () => {