You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the app is not already running, run gulp serve.
Break a test! For instance, you might change the line in /test/spec/mapmanager.spec.js that reads expect(esri).toBeDefined(); to expect(esri).not.toBeDefined();
Testing
gulp serve./test/spec/mapmanager.spec.jsthat readsexpect(esri).toBeDefined();toexpect(esri).not.toBeDefined();