Cover custom TAPi18n implementation with tests

This commit is contained in:
Denis Perov 2022-04-18 17:52:31 +03:00
parent 60af7766bf
commit 4ba2a23c72
2 changed files with 132 additions and 0 deletions

View file

@ -17,6 +17,8 @@
// they are. However, if you want to restict tests to server-only or client-only
// you need to wrap them inside a new describe-block
import '/imports/i18n/i18n.test.js';
if (Meteor.isServer) {
describe('server', function() {
import '../server/lib/tests/utils.tests';