Skip to content
This repository has been archived by the owner on Aug 14, 2020. It is now read-only.

Commit

Permalink
Added logic to select always the correct version in Runtime (#10)
Browse files Browse the repository at this point in the history
* Added logic to select always the correct version in Runtime

* Update src/version-parser.ts

Co-Authored-By: Juan Antonio Fernández de Alba <[email protected]>

* Update src/executor.ts

Co-Authored-By: Juan Antonio Fernández de Alba <[email protected]>

* Follow up PR

* Update src/scope-for-gradle.ts

Co-Authored-By: Juan Antonio Fernández de Alba <[email protected]>

* Update src/executor.ts

Co-Authored-By: Juan Antonio Fernández de Alba <[email protected]>

* Update src/executor.ts

Co-Authored-By: Juan Antonio Fernández de Alba <[email protected]>

Co-authored-by: Juan Antonio Fernández de Alba <[email protected]>
  • Loading branch information
drodriguezhdez and juan-fernandez authored Feb 25, 2020
1 parent 3284450 commit ef74e36
Show file tree
Hide file tree
Showing 9 changed files with 17,127 additions and 4,214 deletions.
16,682 changes: 12,493 additions & 4,189 deletions dist/index.js

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module.exports = {
roots: ['<rootDir>/src'],
transform: {
'^.+\\.tsx?$': 'ts-jest',
},
testRegex: '(/__tests__/.*|(\\.|/)(test|spec))\\.tsx?$',
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
}
Loading

0 comments on commit ef74e36

Please sign in to comment.