Skip to content

Commit 637e92b

Browse files
committed
some improvements
1 parent e2af7c9 commit 637e92b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
Caratteristica('DevTo');
1+
Funzionalità('DevTo')
22

33
Prima(() => {
4-
console.log('Before');
5-
});
4+
console.log('Before')
5+
})
66

7-
lo_scenario('Simple translation test', () => {
8-
console.log('Simple test');
9-
});
7+
Esempio('Simple translation test', () => {
8+
console.log('Simple test')
9+
})
1010

1111
Scenario('Simple translation test 2', () => {
12-
console.log('Simple test 2');
13-
});
12+
console.log('Simple test 2')
13+
})
1414

1515
Dopo(() => {
16-
console.log('After');
17-
});
16+
console.log('After')
17+
})

0 commit comments

Comments
 (0)