Skip to content

Commit

Permalink
some intermediary stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
cgdibble committed Dec 4, 2023
1 parent b4984a3 commit 333d62c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"license": "Apache-2.0",
"readmeFilename": "README.md",
"dependencies": {
"@krakenjs/beaver-logger": "^5.0.0",
"@krakenjs/beaver-logger": "^5.5.0",
"@krakenjs/belter": "^2.0.0",
"@krakenjs/cross-domain-utils": "^3.0.2",
"@krakenjs/jsx-pragmatic": "^3.0.0",
Expand Down
1 change: 1 addition & 0 deletions test/server/data-collector.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ describe.only("data-collector.js", () => {

expect(document.createElement).toHaveBeenCalledWith("script");
expect(mockSetAttribute).toHaveBeenCalledWith("nonce", testInputs.cspNonce);
// TODO: Update the test and implementation to address the need for the SRC attribute and various env urls
// expect(mockSetAttribute).toHaveBeenCalledWith("src", expect.stringContaining("fb.js"))
expect(mockListener).toHaveBeenCalledWith("error", expect.any(Function));
expect(mockAppendChild).toBeCalledWith(mockReturnedElement);
Expand Down

0 comments on commit 333d62c

Please sign in to comment.