update tests

This commit is contained in:
2017-10-12 11:19:54 +02:00
commit c7a9a90c9a
14 changed files with 622 additions and 0 deletions

3
ts/index.ts Normal file
View File

@ -0,0 +1,3 @@
import * as plugins from './smartcls.plugins'
export * from 'continuation-local-storage'

7
ts/smartcls.plugins.ts Normal file
View File

@ -0,0 +1,7 @@
import 'typings-global'
import * as cls from 'continuation-local-storage'
export {
cls
}