Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbrazzatti committed Nov 25, 2024
2 parents ad7b91b + 30c7c5e commit 65e2b3c
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 51 deletions.
4 changes: 2 additions & 2 deletions core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@researchdatabox/redbox-core-types",
"version": "1.4.5",
"version": "1.4.7",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
46 changes: 7 additions & 39 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"@researchdatabox/oni-ocfl": "^1.4.0",
"@researchdatabox/raido-openapi-generated-node": "^0.0.3",
"@researchdatabox/redbox-core-types": "file:core",
"@researchdatabox/redbox-core-types": "^1.4.7",
"@researchdatabox/sails-hook-redbox-storage-mongo": "^1.4.6",
"@researchdatabox/sails-ng-common": "^0.1.0",
"@scienta/axios-oauth2": "^1.2.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ script:pre-request {

tests {

//Currently returns 302, but should return 200
// test("Status code is 200", function () {
// expect(res.getStatus()).to.equal(200);
// });

test("Status code is 200", function () {
expect(res.getStatus()).to.equal(200);
});

test("Welcome message in HTML", function () {
//Testing login worked by looking for welcome message on page
expect(res.getBody()).to.include("Test Exception");
});
// test("Welcome message in HTML", function () {
// //Testing login worked by looking for welcome message on page
// expect(res.getBody()).to.include("Test Exception");
// });
}

0 comments on commit 65e2b3c

Please sign in to comment.