1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

Fix tests (wip)

This commit is contained in:
Aviral Dasgupta
2016-09-13 16:46:20 +05:30
parent b62622a814
commit fbf2d5f96c
3 changed files with 8 additions and 9 deletions

View File

@@ -18,7 +18,6 @@ export default class AutocompleteProvider {
let commandRegex = this.commandRegex;
if (force && this.shouldForceComplete()) {
console.log('forcing complete');
commandRegex = /[^\W]+/g;
}