Remove references to non-existant tests in rocketchat-markdown

pull/7672/head
Kiran Rao 8 years ago
parent 18257f78e1
commit 3824f97c63
  1. 10
      packages/rocketchat-markdown/package.js

@ -18,13 +18,3 @@ Package.onUse(function(api) {
api.addFiles('markdown.js');
api.addFiles('markdowncode.js');
});
Package.onTest(function(api) {
api.use([
'sanjo:jasmine@0.20.2',
'rocketchat:lib',
'rocketchat:markdown'
]);
api.addFiles('tests/jasmine/client/unit/markdown.spec.js', 'client');
});

Loading…
Cancel
Save