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 e2af7c9 commit 637e92bCopy full SHA for 637e92b
test/data/sandbox/configs/translation/translation_test.js
@@ -1,17 +1,17 @@
1
-Caratteristica('DevTo');
+Funzionalità('DevTo')
2
3
Prima(() => {
4
- console.log('Before');
5
-});
+ console.log('Before')
+})
6
7
-lo_scenario('Simple translation test', () => {
8
- console.log('Simple test');
9
+Esempio('Simple translation test', () => {
+ console.log('Simple test')
10
11
Scenario('Simple translation test 2', () => {
12
- console.log('Simple test 2');
13
+ console.log('Simple test 2')
14
15
Dopo(() => {
16
- console.log('After');
17
+ console.log('After')
0 commit comments