Skip to content

1.0.5 (#5)

Latest
Compare
Choose a tag to compare
@theGlenn theGlenn released this 01 Jun 22:10
· 2 commits to master since this release
1447cbb
* Feature types changes (#4)

* Up

* Added mocha.opts file with recursive param

* Replaced chainable with resolvable

* Added SimpleResolvable class

* Fixed TS Errors on build

Build error when `yarn build`:

node_modules/@types/graphql/utilities/introspectionQuery.d.ts(96,13): error TS2456: Type alias 'IntrospectionTypeRef' circularly references itself.
node_modules/@types/mocha/index.d.ts(19,16): error TS2694: Namespace 'Mocha' has no exported member 'Interface'.
node_modules/@types/mocha/index.d.ts(25,5): error TS2403: Subsequent variable declarations must have the same type.  Variable 'reporter' must be of type 'any', but here has type 'string | ReporterConstructor'.
node_modules/@types/mocha/index.d.ts(40,15): error TS2451: Cannot redeclare block-scoped variable 'mocha'.
node_modules/@types/mocha/index.d.ts(41,15): error TS2451: Cannot redeclare block-scoped variable 'describe'.
node_modules/@types/mocha/index.d.ts(42,15): error TS2451: Cannot redeclare block-scoped variable 'xdescribe'.
node_modules/@types/mocha/index.d.ts(44,15): error TS2451: Cannot redeclare block-scoped variable 'context'.
node_modules/@types/mocha/index.d.ts(46,15): error TS2451: Cannot redeclare block-scoped variable 'suite'.
node_modules/@types/mocha/index.d.ts(47,15): error TS2451: Cannot redeclare block-scoped variable 'it'.
node_modules/@types/mocha/index.d.ts(48,15): error TS2451: Cannot redeclare block-scoped variable 'xit'.
node_modules/@types/mocha/index.d.ts(50,15): error TS2451: Cannot redeclare block-scoped variable 'test'.
node_modules/@types/mocha/index.d.ts(51,15): error TS2451: Cannot redeclare block-scoped variable 'specify'.
node_modules/@types/mocha/index.d.ts(56,6): error TS2300: Duplicate identifier 'MochaDone'.
node_modules/@types/mocha/index.d.ts(75,15): error TS2300: Duplicate identifier 'Mocha'.
node_modules/@types/mocha/index.d.ts(90,28): error TS2694: Namespace 'Mocha' has no exported member 'Interface'.
node_modules/@types/mocha/index.d.ts(128,19): error TS2300: Duplicate identifier 'Mocha'.
node_modules/@types/mocha/index.d.ts(332,5): error TS2300: Duplicate identifier 'export='.
typings/globals/mocha/index.d.ts(29,13): error TS2451: Cannot redeclare block-scoped variable 'mocha'.
typings/globals/mocha/index.d.ts(30,13): error TS2451: Cannot redeclare block-scoped variable 'describe'.
typings/globals/mocha/index.d.ts(31,13): error TS2451: Cannot redeclare block-scoped variable 'xdescribe'.
typings/globals/mocha/index.d.ts(33,13): error TS2451: Cannot redeclare block-scoped variable 'context'.
typings/globals/mocha/index.d.ts(35,13): error TS2451: Cannot redeclare block-scoped variable 'suite'.
typings/globals/mocha/index.d.ts(36,13): error TS2451: Cannot redeclare block-scoped variable 'it'.
typings/globals/mocha/index.d.ts(37,13): error TS2451: Cannot redeclare block-scoped variable 'xit'.
typings/globals/mocha/index.d.ts(39,13): error TS2451: Cannot redeclare block-scoped variable 'test'.
typings/globals/mocha/index.d.ts(40,13): error TS2451: Cannot redeclare block-scoped variable 'specify'.
typings/globals/mocha/index.d.ts(45,11): error TS2300: Duplicate identifier 'MochaDone'.
typings/globals/mocha/index.d.ts(62,15): error TS2300: Duplicate identifier 'Mocha'.
typings/globals/mocha/index.d.ts(110,19): error TS2300: Duplicate identifier 'Mocha'.
typings/globals/mocha/index.d.ts(229,5): error TS2300: Duplicate identifier 'export='.

* Updated Readme

Added tests instruction and contributing section

* 1.0.5