fix test path

the tests use mentions class so it needed fixing on the path as well
pull/8142/head
Vitor Capretz 8 years ago
parent 7251839931
commit 2947c2ebd3
  1. 2
      packages/rocketchat-mentions/tests/client.tests.js
  2. 2
      packages/rocketchat-mentions/tests/server.tests.js

@ -2,7 +2,7 @@
import 'babel-polyfill';
import assert from 'assert';
import Mentions from '../Mentions';
import Mentions from '../client/Mentions';
let mention;
beforeEach(function functionName() {
mention = new Mentions({

@ -2,7 +2,7 @@
import 'babel-polyfill';
import assert from 'assert';
import MentionsServer from '../MentionsServer';
import MentionsServer from '../server/Mentions';
let mention;

Loading…
Cancel
Save