More voting stuff, start moving to typescript
This commit is contained in:
7
poll-master.spec.ts
Normal file
7
poll-master.spec.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
const {describe} = require("mocha");
|
||||
const poll = require('poll-master')
|
||||
describe('Poll master', () => {
|
||||
it('can create poll', () => {
|
||||
poll.registerNewPoll()
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user