Skip to content

Commit

Permalink
fix: remove .only for test
Browse files Browse the repository at this point in the history
  • Loading branch information
oott123 committed Sep 10, 2018
1 parent 82222ef commit cca1af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/services.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ define(function (require) {
var routerFactory = require('router/router');
var servicesFactory = require('services');

describe.only('services', function () {
describe('services', function () {
var router;
var services;
var dispatcher;
Expand Down

0 comments on commit cca1af4

Please sign in to comment.