mirror of
https://github.com/status-im/dappconnect-vote-poll-sdk.git
synced 2025-01-16 16:26:15 +00:00
8 lines
123 B
TypeScript
8 lines
123 B
TypeScript
import { expect } from 'chai'
|
|
|
|
describe('test', () => {
|
|
it('true', async () => {
|
|
expect(true).to.be.eq(true)
|
|
})
|
|
})
|