Skip to content

Commit

Permalink
Setup backend pushing to s3
Browse files Browse the repository at this point in the history
  • Loading branch information
vilnor committed May 15, 2024
1 parent f9a90b6 commit 9e41473
Show file tree
Hide file tree
Showing 6 changed files with 2,411 additions and 9 deletions.
2 changes: 1 addition & 1 deletion backend/__tests__/backend.test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { single_nest, nest } = require("../src/routes/helpful_friends");
const { single_nest, nest } = require('../src/routes/helpfulFriends');

// All tests for the nest function
describe("nest function", () => {
Expand Down
Loading

0 comments on commit 9e41473

Please sign in to comment.