mirror of
https://github.com/PrismarineJS/prismarine-web-client.git
synced 2024-11-28 18:45:46 -05:00
8 lines
81 B
JavaScript
8 lines
81 B
JavaScript
|
/* eslint-env jest */
|
||
|
|
||
|
describe('basic', () => {
|
||
|
test('test', () => {
|
||
|
|
||
|
})
|
||
|
})
|