Skip to content

Commit

Permalink
Rename test file
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed May 7, 2024
1 parent 13ade35 commit 44f6569
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
1 change: 0 additions & 1 deletion .eslintrc.local.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

module.exports = {
overrides: [{
files: ['test/fixtures/*.ts'],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Make sure to inspect the output below. Do not ignore changes!
*/
'use strict'
exports[`test/fixtures.test.ts > TAP > fixtures > snapshots > not-licensed.manifest.ts 1`] = `
exports[`test/fixtures.ts > TAP > fixtures > snapshots > not-licensed.manifest.ts 1`] = `
export const metadata: npmTypes.Manifest = {
"name": "not-licensed",
"dist-tags": {
Expand All @@ -32,7 +32,7 @@ export const metadata: npmTypes.Manifest = {
}
`

exports[`test/fixtures.test.ts > TAP > fixtures > snapshots > not-licensed.ts 1`] = `
exports[`test/fixtures.ts > TAP > fixtures > snapshots > not-licensed.ts 1`] = `
export const metadata: npmTypes.Packument = {
"_id": "not-licensed",
"_rev": "3-5e8502a05053da7c2cb1b51f8a08a0ec",
Expand Down Expand Up @@ -122,7 +122,7 @@ export const metadata: npmTypes.Packument = {
}
`

exports[`test/fixtures.test.ts > TAP > fixtures > snapshots > [email protected] 1`] = `
exports[`test/fixtures.ts > TAP > fixtures > snapshots > [email protected] 1`] = `
export const metadata: npmTypes.PackumentVersion = {
"name": "not-licensed",
"version": "1.0.0",
Expand Down Expand Up @@ -175,7 +175,7 @@ export const metadata: npmTypes.PackumentVersion = {
}
`

exports[`test/fixtures.test.ts > TAP > fixtures > snapshots > tiny-tarball.manifest.ts 1`] = `
exports[`test/fixtures.ts > TAP > fixtures > snapshots > tiny-tarball.manifest.ts 1`] = `
export const metadata: npmTypes.Manifest = {
"name": "tiny-tarball",
"dist-tags": {
Expand All @@ -202,7 +202,7 @@ export const metadata: npmTypes.Manifest = {
}
`

exports[`test/fixtures.test.ts > TAP > fixtures > snapshots > tiny-tarball.ts 1`] = `
exports[`test/fixtures.ts > TAP > fixtures > snapshots > tiny-tarball.ts 1`] = `
export const metadata: npmTypes.Packument = {
"_id": "tiny-tarball",
"_rev": "5-6e3e9084c69f16db2d53a953e67d0f9e",
Expand Down Expand Up @@ -274,7 +274,7 @@ export const metadata: npmTypes.Packument = {
}
`

exports[`test/fixtures.test.ts > TAP > fixtures > snapshots > [email protected] 1`] = `
exports[`test/fixtures.ts > TAP > fixtures > snapshots > [email protected] 1`] = `
export const metadata: npmTypes.PackumentVersion = {
"name": "tiny-tarball",
"version": "1.0.0",
Expand Down Expand Up @@ -317,7 +317,7 @@ export const metadata: npmTypes.PackumentVersion = {
}
`

exports[`test/fixtures.test.ts > TAP > fixtures > snapshots > [email protected] 1`] = `
exports[`test/fixtures.ts > TAP > fixtures > snapshots > [email protected] 1`] = `
export const metadata: npmTypes.PackumentVersion = {
"name": "uuid",
"description": "Simple libuuid bindings to allow UUIDs to be generated from JS.",
Expand Down Expand Up @@ -365,7 +365,7 @@ export const metadata: npmTypes.PackumentVersion = {
}
`

exports[`test/fixtures.test.ts > TAP > fixtures > snapshots > [email protected] 1`] = `
exports[`test/fixtures.ts > TAP > fixtures > snapshots > [email protected] 1`] = `
export const metadata: npmTypes.PackumentVersion = {
"name": "uuid",
"version": "1.4.1",
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"noEmit": true
},
"include": [
"test/fixtures.test.ts"
"test/fixtures.ts"
]
}

0 comments on commit 44f6569

Please sign in to comment.