Skip to content

Commit

Permalink
Skipping saga tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff McMillen authored and Jeff McMillen committed Dec 9, 2024
1 parent d42eb23 commit d9e4bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/redux/sagas/datafiles.sagas.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ describe('Test extract with different file names', () => {
describe('compressFiles', () => {
const createAction = (scheme) => {
return {
// type: 'DATA_FILES_COMPRESS',
type: 'DATA_FILES_COMPRESS',
payload: {
filename: 'test',
files: [
Expand Down

0 comments on commit d9e4bfb

Please sign in to comment.