Cộng đồng Hỏi & Đáp của Inflearn
올려둔 ES6 Express Jest Boilerplate Template 으로 개발 중이신 분들...
Viết
·
233
0
아래처럼 작성하시면 됩니다.
import * as productsController from '../../src/products/products.controller';
export const hello = "";
는 import { hello } from '경로'; 이렇게 임포트...
const hello = "";
export default hello;
는 import hello from '경로'; 이렇게 임포트...
nodejstddmongodbsupertestexpressjestmongoose
Câu trả lời
Câu hỏi này đang chờ câu trả lời
Hãy là người đầu tiên trả lời!




