-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(*): adds testing todos and cleans up test/src ahead of #88
also includes some cleanup and minor updates found in test discovery
- Loading branch information
Showing
51 changed files
with
321 additions
and
1,175 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
describe('biketag.data()', () => { | ||
test.todo('BikeTagClient provides BikeTag adapter from Credentials') | ||
|
||
test.todo( | ||
'BikeTagClient can ready BikeTag api when passed valid ImgurCredentials' | ||
) | ||
|
||
test.todo( | ||
'BikeTagClient throws Errors.NotImplemented when game interface is invoked using BikeTag as a source' | ||
) | ||
|
||
test.todo( | ||
'BikeTagClient throws Errors.NotImplemented when ambassadors interface is invoked using BikeTag as a source' | ||
) | ||
|
||
test.todo( | ||
'BikeTagClient throws Errors.NotImplemented when settings interface is invoked using BikeTag as a source' | ||
) | ||
|
||
test.todo( | ||
'BikeTagClient throws Errors.NotImplemented when tags interface is invoked using BikeTag as a source' | ||
) | ||
|
||
test.todo( | ||
'BikeTagClient throws Errors.NotImplemented when players interface is invoked using BikeTag as a source' | ||
) | ||
}) |
Oops, something went wrong.