Skip to content

Commit f17c6b8

Browse files
committed
test in same description
1 parent 259ee58 commit f17c6b8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/submissionScenario.spec.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ describe('Submission Scenario', () => {
1616
const content = fs.readFileSync('/tmp/input').toString()
1717
expect(content.trim()).to.eq('World')
1818
})
19-
})
2019

21-
describe('Submission Scenario Dir structure', () => {
2220
it('should setup', async () => {
2321
const source = 'print("Hello World")'
2422

@@ -45,4 +43,4 @@ describe('Submission Scenario Dir structure', () => {
4543
expect(stdout.trim()).to.eq('Hello World')
4644

4745
})
48-
})
46+
})

0 commit comments

Comments
 (0)