BladeRunnerJS / brjs

BladeRunnerJS (BRJS) is an open source development toolkit and framework for modular construction of large single-page HTML5 apps. It consists of a set of conventions, supporting tools and micro-libraries that make it easy to develop, test, deploy and maintain complex JavaScript apps.

Home Page:http://bladerunnerjs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Squash i18n warnings in test runs

michalvankodev opened this issue · comments

Since v1.3.0 there is new i18n checker introduced which checks every i18n(key) if it has it's key defined translation in locale file.
In tests there are many occurences of just testing keys which have nothing to do with translations.
This produces many warnings while running tests.
Can there be a flag for squashing these warnings while running tests?

Thanks @michalvankodev. Instead of a adding flag, would only displaying one warning message for each test key also be a viable solution for you?

It will definitely improve readability of the test logs.

@thecapdan, are you happy with this approach too?

That solution sounds ideal if it can be done in a timely manner;)