mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 07:20:12 +01:00
Cover custom TAPi18n implementation with tests
This commit is contained in:
parent
60af7766bf
commit
4ba2a23c72
2 changed files with 132 additions and 0 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue