mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-30 09:05:50 +00:00
chore: rename test files (#2181)
This commit is contained in:
13
packages/xrpl/test/integration/finalTest.test.ts
Normal file
13
packages/xrpl/test/integration/finalTest.test.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import assert from 'assert'
|
||||
|
||||
// how long before each test case times out
|
||||
const TIMEOUT = 20000
|
||||
|
||||
// the purpose of this file is to indicate the end of tests and not really test anything.
|
||||
describe('test', function () {
|
||||
this.timeout(TIMEOUT)
|
||||
|
||||
it('closing test', function () {
|
||||
assert(true)
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user