Skip to content

Commit

Permalink
Fixed tests and included short comments
Browse files Browse the repository at this point in the history
  • Loading branch information
vzhang03 committed Jun 25, 2024
1 parent 5381ac9 commit 3e6fba1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/metadata/src/PluginCache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ export class PluginCache {
}

private async fetchScript(pluginType: string) {
// handlingcall
// const unpkgUrl = `https://unpkg.com/@jspsych/plugin-${pluginType}/src/index.ts`;
const unpkgUrl = `http://localhost:3000/plugin/${pluginType}/index.ts`;

Expand Down
1 change: 0 additions & 1 deletion packages/metadata/tests/metadata-module.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ describe("JsPsychMetadata", () => {

beforeEach(() => {
jsPsychMetadata = new JsPsychMetadata();
jsPsychMetadata.generateDefaultMetadata();
});

test("#setAndGetField", () => {
Expand Down

0 comments on commit 3e6fba1

Please sign in to comment.