diff --git a/.releaserc b/.releaserc index 7daa8ce..cf8f2b9 100644 --- a/.releaserc +++ b/.releaserc @@ -34,7 +34,7 @@ } ] ], - "repositoryUrl": "git@github.com:nrrccua/eslint-config.git", + "repositoryUrl": "git@github.com:nrccua/eslint-config.git", "branches": [ { "name": "main", diff --git a/test/ReactComponent/index.test.tsx b/examples/ReactComponent/index.test.tsx similarity index 100% rename from test/ReactComponent/index.test.tsx rename to examples/ReactComponent/index.test.tsx diff --git a/test/ReactComponent/index.tsx b/examples/ReactComponent/index.tsx similarity index 100% rename from test/ReactComponent/index.tsx rename to examples/ReactComponent/index.tsx diff --git a/test/helpers.ts b/examples/helpers.ts similarity index 100% rename from test/helpers.ts rename to examples/helpers.ts diff --git a/jest.config.ts b/jest.config.ts index bad92d8..50e7560 100644 --- a/jest.config.ts +++ b/jest.config.ts @@ -5,7 +5,7 @@ import { JestConfigWithTsJest } from 'ts-jest'; const config: JestConfigWithTsJest = { moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'], preset: 'ts-jest', - roots: ['/test'], + roots: ['/examples'], setupFilesAfterEnv: ['./jest.setup.ts'], testEnvironment: 'jsdom', transform: { diff --git a/package.json b/package.json index 3615770..e5029b9 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Jon Cursi ", "bugs": { "email": "jon.cursi@encoura.org", - "url": "https://github.com/nrrccua/eslint-config/issues" + "url": "https://github.com/nrccua/eslint-config/issues" }, "contributors": [ "Jon Cursi ", @@ -56,7 +56,7 @@ "ts-node": "10.9.2", "typescript": "5.6.2" }, - "homepage": "https://github.com/nrrccua/eslint-config#readme", + "homepage": "https://github.com/nrccua/eslint-config#readme", "keywords": [ "commitlint", "eslint", @@ -82,7 +82,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/nrrccua/eslint-config.git" + "url": "git+https://github.com/nrccua/eslint-config.git" }, "scripts": { "build": "npm-run-all2 build:*",