mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-05 23:12:39 +00:00
fix import
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
const contentNegotiationMiddleware = require('./content-negotiation.js');
|
import contentNegotiationMiddleware from './content-negotiation.js';
|
||||||
|
|
||||||
describe('content-negotiation-middleware', ()=>{
|
describe('content-negotiation-middleware', ()=>{
|
||||||
let request;
|
let request;
|
||||||
|
|||||||
Reference in New Issue
Block a user