Skip to content

Commit

Permalink
edit requiring function
Browse files Browse the repository at this point in the history
relates #26
  • Loading branch information
alaa-yasin committed Sep 23, 2019
1 parent e06e253 commit 304b6e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion server/controllers/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const express = require('express');
const { PostFeedback } = require('./postFeedback');
const PostFeedback = require('./postFeedback');

const router = express.Router();

Expand Down
3 changes: 3 additions & 0 deletions test/postFeedbackTest
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
const tape = require('tape');

const postFeedback = require('../')

0 comments on commit 304b6e2

Please sign in to comment.