1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2026-01-03 23:22:30 +03:00

Add support for class properties

This enables compiler and linting features to allow class properties like we do
in the React SDK.
This commit is contained in:
J. Ryan Stinnett
2019-05-09 13:25:49 +01:00
parent d6abd639f3
commit 761806c678
36 changed files with 76 additions and 37 deletions

View File

@@ -35,7 +35,7 @@ class FakeClient {
describe("InteractiveAuth", function() {
beforeEach(function() {
utils.beforeEach(this); // eslint-disable-line no-invalid-this
utils.beforeEach(this); // eslint-disable-line babel/no-invalid-this
});
it("should start an auth stage and complete it", function(done) {