Browse Source

Remove .only call

Kevin Sawicki 9 years ago
parent
commit
ef801d5543
1 changed files with 1 additions and 1 deletions
  1. 1 1
      spec/api-crash-reporter-spec.js

+ 1 - 1
spec/api-crash-reporter-spec.js

@@ -75,7 +75,7 @@ describe('crash-reporter module', function () {
     })
   })
 
-  describe.only('.start(options)', function () {
+  describe('.start(options)', function () {
     it('requires that the companyName and submitURL options be specified', function () {
       assert.throws(function () {
         crashReporter.start({