Skip to content

Commit b58e059

Browse files
author
Aschen
committed
nit
1 parent 70eaea5 commit b58e059

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/kuzzle/useController.test.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@ class CustomController extends BaseController {
2323
}
2424
}
2525

26-
class NotInheritingController {
27-
constructor (kuzzle) {
28-
this._kuzzle = kuzzle;
29-
}
30-
}
31-
3226
class UnamedController extends BaseController {
3327
constructor (kuzzle) {
3428
super(kuzzle);

0 commit comments

Comments
 (0)