Skip to content

Commit ad10d49

Browse files
Bump the internal-tooling group with 5 updates (#2657)
Bumps the internal-tooling group with 5 updates: | Package | From | To | | --- | --- | --- | | [@inrupt/base-rollup-config](https://github.com/inrupt/typescript-sdk-tools) | `3.2.6` | `3.2.7` | | [@inrupt/eslint-config-lib](https://github.com/inrupt/typescript-sdk-tools) | `3.2.6` | `3.2.7` | | @inrupt/internal-playwright-helpers | `3.2.6` | `3.2.7` | | @inrupt/internal-test-env | `3.2.6` | `3.2.7` | | [@inrupt/jest-jsdom-polyfills](https://github.com/inrupt/typescript-sdk-tools) | `3.2.6` | `3.2.7` | Updates `@inrupt/base-rollup-config` from 3.2.6 to 3.2.7 - [Release notes](https://github.com/inrupt/typescript-sdk-tools/releases) - [Commits](inrupt/typescript-sdk-tools@v3.2.6...v3.2.7) Updates `@inrupt/eslint-config-lib` from 3.2.6 to 3.2.7 - [Release notes](https://github.com/inrupt/typescript-sdk-tools/releases) - [Commits](inrupt/typescript-sdk-tools@v3.2.6...v3.2.7) Updates `@inrupt/internal-playwright-helpers` from 3.2.6 to 3.2.7 Updates `@inrupt/internal-test-env` from 3.2.6 to 3.2.7 Updates `@inrupt/jest-jsdom-polyfills` from 3.2.6 to 3.2.7 - [Release notes](https://github.com/inrupt/typescript-sdk-tools/releases) - [Commits](inrupt/typescript-sdk-tools@v3.2.6...v3.2.7) --- updated-dependencies: - dependency-name: "@inrupt/base-rollup-config" dependency-version: 3.2.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: internal-tooling - dependency-name: "@inrupt/eslint-config-lib" dependency-version: 3.2.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: internal-tooling - dependency-name: "@inrupt/internal-playwright-helpers" dependency-version: 3.2.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: internal-tooling - dependency-name: "@inrupt/internal-test-env" dependency-version: 3.2.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: internal-tooling - dependency-name: "@inrupt/jest-jsdom-polyfills" dependency-version: 3.2.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: internal-tooling ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Zwifi <nseydoux@inrupt.com>
1 parent a78b2bf commit ad10d49

File tree

4 files changed

+212
-529
lines changed

4 files changed

+212
-529
lines changed

.github/workflows/scheduled.yml

Lines changed: 0 additions & 45 deletions
This file was deleted.

e2e/node/nss-unauth.test.ts

Lines changed: 0 additions & 286 deletions
This file was deleted.

e2e/node/resource.test.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ import {
3131
describe,
3232
expect,
3333
it,
34-
test,
3534
} from "@jest/globals";
3635

3736
import type { Session } from "@inrupt/solid-client-authn-node";
@@ -70,11 +69,6 @@ const { blankNode } = DataFactory;
7069

7170
const env = getNodeTestingEnvironment();
7271

73-
if (env.environment === "NSS") {
74-
// eslint-disable-next-line jest/no-focused-tests
75-
test.only(`Skipping Unauth NSS tests in ${env.environment}`, () => {});
76-
}
77-
7872
const TEST_SLUG = "solid-client-test-e2e-resource";
7973

8074
const nodeVersion = process.versions.node.split(".");

0 commit comments

Comments
 (0)