We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 215ee87 commit 63184a7Copy full SHA for 63184a7
dev/tests/js/jasmine/tests/lib/mage/translate.test.js
@@ -9,6 +9,7 @@ define([
9
], function ($) {
10
'use strict';
11
12
+ // be careful with test variation order as one variation can affect another one
13
describe('Test for mage/translate jQuery plugin', function () {
14
it('works with one string as parameter', function () {
15
$.mage.translate.add('Hello World!');
0 commit comments