mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-19 20:28:53 +00:00
fix(test): Remove only
This commit is contained in:
parent
389b5b370a
commit
acd3480b51
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ var expect = chai.expect
|
|||
require('coffee-script');
|
||||
var count = require('../../common/script/count');
|
||||
|
||||
describe.only('count', function() {
|
||||
describe('count', function() {
|
||||
describe('beastMasterProgress', function() {
|
||||
it('returns 0 if no pets', function() {
|
||||
var pets = {};
|
||||
|
|
|
|||
Loading…
Reference in a new issue