Skip to content

Commit

Permalink
implement access token
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Turner authored and Ben Turner committed Feb 14, 2024
1 parent 03ca2a4 commit 70de109
Show file tree
Hide file tree
Showing 11 changed files with 1,788 additions and 87 deletions.
1 change: 1 addition & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"request": "launch",
"name": "Launch Server",
"skipFiles": ["<node_internals>/**"],
"envFile": "${workspaceFolder}/.env",
"program": "${workspaceFolder}/tmp/index.js",
"preLaunchTask": "tsc: build - tsconfig.debug.json",
"outFiles": ["${workspaceFolder}/tmp/**/*.js"],
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# VS-attendance-api
# VS-attendance-api
2 changes: 1 addition & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const config: Config = {
preset: "ts-jest",
testMatch: ["**/*.test.ts"],
clearMocks: true,
setupFiles: ['<rootDir>/src/__tests__/setup.ts']
setupFiles: ["<rootDir>/src/__tests__/setup.ts"],
};

export default config;
Loading

0 comments on commit 70de109

Please sign in to comment.