Skip to content

Commit

Permalink
Remove only from test.
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Feb 20, 2021
1 parent 812751f commit 57d240c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -1785,7 +1785,7 @@ describe('Base', () => {
});
});

describe.only('#getFeatures', () => {
describe('#getFeatures', () => {
it('should return namespace as uniqueBy when unique is true', function () {
const gen = new Base([], {unique: true, namespace: 'foo', env: this.env});
assert.equal(gen.getFeatures().uniqueBy, 'foo');
Expand Down

0 comments on commit 57d240c

Please sign in to comment.