Created
May 10, 2019 09:10
-
-
Save carlosromero/55ba8379f53a8e4c2e8d4e0acc97e0a9 to your computer and use it in GitHub Desktop.
QA player
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
function qa () { | |
console.log('CHECK PDK Loaded'); | |
console.log($pdk); | |
console.log('CHECK PDK Loaded Version'); | |
console.log($pdk.version); | |
console.log('CHECK Freewheel Plugin Loaded'); | |
console.log($pdk.plugin.freewheel._instance); | |
console.log('CHECK Youbora Plugin Loaded'); | |
console.log($YB); | |
console.log('CHECK Youbora Plugin Loaded Version'); | |
console.log($YB.version); | |
} | |
qa(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment