This repository was archived by the owner on Apr 13, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
[INFRA] Support for local paths Nate.infra.relative paths #532
Merged
NathanielRose
merged 30 commits into
CatalystCode:master
from
NathanielRose:nate.infra.relative-paths
Apr 10, 2020
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
8f322dc
manage identity test docs
NathanielRose f7efff2
fixing tf module
NathanielRose c3b1902
Merge branch 'master' of github.com:CatalystCode/spk into nate.infra.…
NathanielRose a650e51
code planning
NathanielRose 1c0cc3c
Merge branch 'master' of github.com:CatalystCode/spk into nate.infra.…
NathanielRose e62bfa6
Merge branch 'master' of github.com:CatalystCode/spk into nate.infra.…
NathanielRose c469120
init relative path support
NathanielRose c0103fe
updated parsing logic
NathanielRose 453a4b3
additional changes
NathanielRose 63d97c4
resolving generate.ts conflicts
NathanielRose 685bba2
Merge branch 'master' of github.com:CatalystCode/spk into nate.infra.…
NathanielRose 742097c
updated generated
NathanielRose 28b4f7e
add docs for local paths
NathanielRose 1a6ea6f
Merge branch 'master' of github.com:CatalystCode/spk into nate.infra.…
NathanielRose 2998e62
merging changes
NathanielRose 252eaaa
Merge branch 'master' into nate.infra.relative-paths
NathanielRose 219bfda
Merge branch 'master' into nate.infra.relative-paths
NathanielRose 1cb9030
updated changes
NathanielRose 936d092
Merge branch 'nate.infra.relative-paths' of github.com:NathanielRose/…
NathanielRose 158962e
Merge branch 'master' into nate.infra.relative-paths
NathanielRose b3f0e9e
Merge branch 'master' into nate.infra.relative-paths
dennisseah 4074e22
dennis updates
NathanielRose cf2506a
Merge branch 'nate.infra.relative-paths' of github.com:NathanielRose/…
NathanielRose 6966c2b
Merge branch 'master' into nate.infra.relative-paths
NathanielRose 2cd1d79
add unit tests
dennisseah cef77f7
Merge branch 'master' into nate.infra.relative-paths
NathanielRose f3a0cc2
Merge branch 'master' into nate.infra.relative-paths
NathanielRose 4b90ab0
remove unwanted eslint disable and correct doc
dennisseah 91572e4
Merge branch 'master' into nate.infra.relative-paths
dennisseah 873b460
Merge branch 'master' into nate.infra.relative-paths
NathanielRose File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's change this to
expect(res).toBe(true)instead. This article is good at explaining why: https://vincenttunru.com/toBeTruthy-vs-toBe-true/Same for the one below.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
checkModuleSource is returning boolean. using is toBeTruthy is ok.