Skip to content

Commit f3373f3

Browse files
committed
test: require 테스트
1 parent 442853b commit f3373f3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

controllers/commit.controller.js

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
const DB = require('../models/index');
2+
3+
// console.log(erds);
4+
// export async function create(req, res, next) {
5+
// const ErdsService = new ErdsService(erds);
6+
7+
// }
8+
9+
async function test() {
10+
const result = await DB.erds.findAll();
11+
console.log(result);
12+
}
13+
14+
test();

0 commit comments

Comments
 (0)