Skip to content

Commit

Permalink
Switch from jest to vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
eyeseast committed Nov 29, 2023
1 parent a391752 commit be02c5c
Show file tree
Hide file tree
Showing 23 changed files with 7,941 additions and 7,254 deletions.
8 changes: 4 additions & 4 deletions .env.production
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
DC_BASE=https://api.www.documentcloud.org
APP_URL=https://www.documentcloud.org/
EMBED_URL=https://embed.documentcloud.org/
SQUARELET_BASE=https://accounts.muckrock.com
STAFF_ONLY_S3_URL=https://s3.console.aws.amazon.com/s3/buckets/s3.documentcloud.org?region=us-east-1&prefix=documents/$$ID$$/&showversions=false
DC_APP_URL=https://www.documentcloud.org/
DC_EMBED_URL=https://embed.documentcloud.org/
DC_SQUARELET_BASE=https://accounts.muckrock.com
DC_STAFF_ONLY_S3_URL=https://s3.console.aws.amazon.com/s3/buckets/s3.documentcloud.org?region=us-east-1&prefix=documents/$$ID$$/&showversions=false
8 changes: 4 additions & 4 deletions .env.staging
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
DC_BASE=https://api.muckcloud.com
APP_URL=https://muckcloud.com
EMBED_URL=https://muckcloud.com
SQUARELET_BASE=https://squarelet-staging.herokuapp.com
STAFF_ONLY_S3_URL=https://s3.console.aws.amazon.com/s3/buckets/documentcloud-staging-files?region=us-east-1&prefix=documents/$$ID$$/&showversions=false
DC_APP_URL=https://muckcloud.com
DC_EMBED_URL=https://muckcloud.com
DC_SQUARELET_BASE=https://squarelet-staging.herokuapp.com
DC_STAFF_ONLY_S3_URL=https://s3.console.aws.amazon.com/s3/buckets/documentcloud-staging-files?region=us-east-1&prefix=documents/$$ID$$/&showversions=false
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ public/notes/*
public/viewer/*
public/assets/

# vite output
dist/

# Netlify
.netlify

Expand Down
16 changes: 0 additions & 16 deletions jest.config.js

This file was deleted.

Loading

0 comments on commit be02c5c

Please sign in to comment.