Skip to content

Commit 67deb7c

Browse files
remove only
1 parent 9270162 commit 67deb7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/registry-routes-helpers-get-component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ describe('registry : routes : helpers : get-component', () => {
151151
);
152152
});
153153

154-
it.only('should return that status code to the client', () => {
154+
it('should return that status code to the client', () => {
155155
expect(fireStub.args[0][1].status).to.equal(404);
156156
});
157157
});

0 commit comments

Comments
 (0)