Skip to content

Commit

Permalink
Merge pull request #35 from oslabs-beta/derek/updates
Browse files Browse the repository at this point in the history
minor changes while working on tests
  • Loading branch information
peterzepf authored Aug 12, 2023
2 parents 2922700 + b001f40 commit 1aa537a
Show file tree
Hide file tree
Showing 5 changed files with 630 additions and 460 deletions.
4 changes: 3 additions & 1 deletion backend/src/ipcHandlers/handlers/dbCRUDHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,10 @@ export async function erTableSchemaUpdate(
`backendObj: ${dbType}, \n
dbName: ${dbName}, \n`,
LogType.RECEIVE,
backendObj,
);
console.log(backendObj.updates);

console.log('backendObj: ', backendObj);

// send notice to front end that schema update has started
event.sender.send('async-started');
Expand Down
2 changes: 1 addition & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const config: Config = {
// notifyMode: "failure-change",

// A preset that is used as a base for Jest's configuration
// preset: undefined,
preset: 'ts-jest',

// Run tests from one or more projects
// projects: undefined,
Expand Down
Loading

0 comments on commit 1aa537a

Please sign in to comment.