Skip to content

Commit

Permalink
Merge pull request #69 from BU-Spark/revert-dev-jacob
Browse files Browse the repository at this point in the history
PR into dev for all of our spring 2024 work
  • Loading branch information
DarianC26 authored May 7, 2024
2 parents ee75a73 + de985c5 commit baa58d8
Show file tree
Hide file tree
Showing 2,943 changed files with 3,922 additions and 298,820 deletions.
51 changes: 0 additions & 51 deletions .github/workflows/add_collaborators.yml

This file was deleted.

25 changes: 25 additions & 0 deletions .github/workflows/run_jest_tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Run Jest Tests


on:
push:
branches:
- main
- dev
- sp24-dev

jobs:
test:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Install dependencies
run: npm install
working-directory: ./code

- name: Run tests
run: npm test
working-directory: ./code
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -168,3 +168,6 @@ $RECYCLE.BIN/

# .nfs files are created when an open file is removed but is still being accessed
.nfs*

/node_modules
code/package-lock.json
34 changes: 0 additions & 34 deletions 403, 404, 405 issues.md

This file was deleted.

3 changes: 0 additions & 3 deletions Bookmark site/.eslintrc.json

This file was deleted.

36 changes: 0 additions & 36 deletions Bookmark site/.gitignore

This file was deleted.

43 changes: 0 additions & 43 deletions Bookmark site/README.md

This file was deleted.

4 changes: 0 additions & 4 deletions Bookmark site/babel.config.js

This file was deleted.

152 changes: 0 additions & 152 deletions Bookmark site/components/ComponentDocs.md

This file was deleted.

6 changes: 0 additions & 6 deletions Bookmark site/next.config.js

This file was deleted.

Loading

0 comments on commit baa58d8

Please sign in to comment.