Skip to content

Commit

Permalink
chore: format files using prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
18alantom committed Jun 27, 2023
1 parent 711b4d9 commit 8c9d81d
Show file tree
Hide file tree
Showing 28 changed files with 4,004 additions and 4,870 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ jobs:
- name: Build Source Files
run: yarn build --nosign --nopackage

- name: Run UI Tests
run: yarn uitest
- name: Run UI Tests
run: yarn uitest
3 changes: 1 addition & 2 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
**/types.ts
**/dist_electron
**/dummy/*.json
**/fixtures/countryInfo.json
**/dummy/*.json
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ couple of seconds to render this because of how dev mode works. Each file is
individually served by the dev server. And there are many files that have to be
sent.


**Note: Debug Electron Main Process**

When in dev mode electron runs with the `--inspect` flag which allows an
Expand Down
2 changes: 1 addition & 1 deletion backend/database/tests/testCore.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
assertDoesNotThrow,
assertThrows,
BaseMetaKey,
getBuiltTestSchemaMap
getBuiltTestSchemaMap,
} from './helpers';

/**
Expand Down
2 changes: 1 addition & 1 deletion dummy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ these are not to be edited.

The generated data has some randomness, there is a `baseCount` arg to the
exported `setupDummyInstance` function, the number of transactions generated are
always more than this.
always more than this.
Loading

0 comments on commit 8c9d81d

Please sign in to comment.