Skip to content

Commit

Permalink
feat: added realities holder
Browse files Browse the repository at this point in the history
  • Loading branch information
osher-sade committed Jun 13, 2019
2 parents dbcb1ce + 8851084 commit 56a6a2a
Show file tree
Hide file tree
Showing 38 changed files with 685 additions and 183 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [2.11.3](https://github.com/Enigmatis/polaris/compare/v2.11.2...v2.11.3) (2019-06-13)


### Bug Fixes

* change description ([67c64fb](https://github.com/Enigmatis/polaris/commit/67c64fb))
* change description, add tests by lists ([6a8948e](https://github.com/Enigmatis/polaris/commit/6a8948e))
* working soft delete tests ([fc43505](https://github.com/Enigmatis/polaris/commit/fc43505))

## [2.11.2](https://github.com/Enigmatis/polaris/compare/v2.11.1...v2.11.2) (2019-06-13)


### Bug Fixes

* **scalars:** date scalar resolver ([f407a02](https://github.com/Enigmatis/polaris/commit/f407a02))

## [2.11.1](https://github.com/Enigmatis/polaris/compare/v2.11.0...v2.11.1) (2019-06-05)


Expand Down
5 changes: 1 addition & 4 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,8 @@ module.exports = {
"js",
],
preset: 'ts-jest',
setupFilesAfterEnv: [
'./jest.setup.js'
],
testEnvironment: 'node',
testMatch: [
"**/*.test.ts"
],
};
};
2 changes: 0 additions & 2 deletions jest.setup.js

This file was deleted.

Loading

0 comments on commit 56a6a2a

Please sign in to comment.