update tests
This commit is contained in:
3
ts/index.ts
Normal file
3
ts/index.ts
Normal file
@ -0,0 +1,3 @@
|
||||
import * as plugins from './smartcls.plugins'
|
||||
|
||||
export * from 'continuation-local-storage'
|
7
ts/smartcls.plugins.ts
Normal file
7
ts/smartcls.plugins.ts
Normal file
@ -0,0 +1,7 @@
|
||||
import 'typings-global'
|
||||
|
||||
import * as cls from 'continuation-local-storage'
|
||||
|
||||
export {
|
||||
cls
|
||||
}
|
Reference in New Issue
Block a user