diff --git a/test/models/appSchema.js b/test/models/appSchema.js index a62423a..6d8d621 100644 --- a/test/models/appSchema.js +++ b/test/models/appSchema.js @@ -12,7 +12,7 @@ beforeEach(done => { }).catch(done); }); -describe.only('appSchema', () => { +describe('appSchema', () => { describe('slugg', () => { it('returns URL safe slug for simple name', () => { const app = api.apps.create({ name: 'My App' });