Skip to content

Commit

Permalink
chore: ci debug
Browse files Browse the repository at this point in the history
  • Loading branch information
narol1024 committed Jun 1, 2024
1 parent 158831c commit 80d9cd1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/platforms/npm-package/__snapshots__/index.spec.ts.snap
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Npm pacakge Test should return a dep array for multiple packages 1`] = `
exports[`Npm pacakge Tests should return a dep array for multiple packages 1`] = `
Array [
Object {
"fanIn": 10000,
Expand All @@ -19,7 +19,7 @@ Array [
]
`;

exports[`Npm pacakge Test should return a dep array for single package 1`] = `
exports[`Npm pacakge Tests should return a dep array for single package 1`] = `
Array [
Object {
"fanIn": 10000,
Expand All @@ -31,7 +31,7 @@ Array [
]
`;

exports[`Npm pacakge Test should return a dep array with the package version 1`] = `
exports[`Npm pacakge Tests should return a dep array with the package version 1`] = `
Array [
Object {
"fanIn": 10000,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Workspaces Test should be that the package.json can be found 1`] = `
exports[`Workspaces Tests should be that the package.json can be found 1`] = `
Array [
Object {
"dependencies": Object {},
Expand Down Expand Up @@ -39,7 +39,7 @@ Array [
]
`;

exports[`Workspaces Test should return a dep tree 1`] = `
exports[`Workspaces Tests should return a dep tree 1`] = `
Array [
Object {
"fanIn": 1,
Expand Down

0 comments on commit 80d9cd1

Please sign in to comment.