Skip to content

Commit

Permalink
style: formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <[email protected]>
  • Loading branch information
TimoGlastra committed Oct 20, 2024
1 parent 88ff3c6 commit cc88db9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions packages/oid4vci/src/__tests__/index.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// sum.test.js
import { expect, test } from "vitest";
import { ALL } from "../index";
import { expect, test } from 'vitest'
import { ALL } from '../index'

test("all should be 42", () => {
expect(ALL).toBe(42);
});
test('all should be 42', () => {
expect(ALL).toBe(42)
})
2 changes: 1 addition & 1 deletion packages/oid4vci/src/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const ALL = 42;
export const ALL = 42
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ export default {
test: {
watch: false,
},
}
}

0 comments on commit cc88db9

Please sign in to comment.