8000 test: remove .only · e3d/vue-function-api@6ee3298 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6ee3298

Browse files
committed
test: remove .only
1 parent e161644 commit 6ee3298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functions/state.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ describe('Hooks state', () => {
5757
}).then(done);
5858
});
5959

60-
it.only('should be unwrapping(nested property inside a reactive object)', () => {
60+
it('should be unwrapping(nested property inside a reactive object)', () => {
6161
new Vue({
6262
setup() {
6363
const count = value(0);

0 commit comments

Comments
 (0)
0