Skip to content

Commit

Permalink
Merge pull request #69 from BU-Spark/dev
Browse files Browse the repository at this point in the history
CS/DS 519 Fall 2024 Semester Work
  • Loading branch information
oeaugustin authored Jan 23, 2025
2 parents de82aeb + 75de031 commit ad7370b
Show file tree
Hide file tree
Showing 53 changed files with 115,644 additions and 1,728 deletions.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -169,3 +169,13 @@ $RECYCLE.BIN/
# .nfs files are created when an open file is removed but is still being accessed
.nfs*
node_modules

pitne-voter-app.code-workspace

**/.env

# playwright result directories
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/
1 change: 1 addition & 0 deletions COLLABORATORS
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
eelkus01
Arshnoorkc13
jasonjiang9142
remus287
384 changes: 360 additions & 24 deletions README.md

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions client/jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
require('dotenv').config(); // Import and load the .env file

module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
};
Loading

0 comments on commit ad7370b

Please sign in to comment.