feat: Split v1 and v2 apis
This commit is contained in:
14
v1/test/lib/handlers/proposals/common.test.js
Normal file
14
v1/test/lib/handlers/proposals/common.test.js
Normal file
@@ -0,0 +1,14 @@
|
||||
"use strict";
|
||||
/// System implementation dependences
|
||||
require('dotenv').config();
|
||||
/// Unit testing dependences
|
||||
const assert = require("assert");
|
||||
|
||||
|
||||
describe('Example' , () => {
|
||||
it('finds list', async () => {
|
||||
assert.equal( 0,0 );
|
||||
})
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user