[tests][core] added app.toString() usage in tests

This commit is contained in:
Salakar 2018-04-09 19:03:27 +01:00
parent 5c2ea9728b
commit 5b1757ec5a
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ describe('Core', () => {
.onReady()
.then(newApp => {
newApp.name.should.equal(name.toUpperCase());
newApp.toString().should.equal(name.toUpperCase());
newApp.options.apiKey.should.equal(
(device.getPlatform() === 'ios' ? iosTestConfig : androidTestConfig)
.apiKey