Don't include src in the test resolve root
As https://github.com/matrix-org/matrix-react-sdk/pull/931
This commit is contained in:
parent
7d59742a22
commit
9c7731e141
4 changed files with 3 additions and 4 deletions
|
@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
*/
|
||||
|
||||
var notifications = require('notifications');
|
||||
var notifications = require('../../../src/notifications');
|
||||
|
||||
var ContentRules = notifications.ContentRules;
|
||||
var PushRuleVectorState = notifications.PushRuleVectorState;
|
||||
|
|
|
@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
*/
|
||||
|
||||
var notifications = require('notifications');
|
||||
var notifications = require('../../../src/notifications');
|
||||
|
||||
var prvs = notifications.PushRuleVectorState;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue