mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 16:22:44 +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', ()=>{
|
||||
let request;
|
||||
|
||||
Reference in New Issue
Block a user