chore: Add backend package
This commit is contained in:
7
packages/backend/__tests__/backend.test.js
Normal file
7
packages/backend/__tests__/backend.test.js
Normal file
@@ -0,0 +1,7 @@
|
||||
'use strict';
|
||||
|
||||
const backend = require('..');
|
||||
|
||||
describe('backend', () => {
|
||||
it('needs tests');
|
||||
});
|
Reference in New Issue
Block a user