Skip to content

Commit

Permalink
Update source maps in artifact graph test expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchalmers committed Jan 17, 2025
1 parent 9b64238 commit 504ea27
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions src/lang/std/artifactGraph.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ describe('testing getArtifactsToUpdate', () => {
surfaceIds: [],
edgeIds: [],
codeRef: {
range: [231, 254, true],
range: [260, 292, true],
pathToNode: [['body', '']],
},
},
Expand All @@ -746,7 +746,7 @@ describe('testing getArtifactsToUpdate', () => {
surfaceId: undefined,
edgeIds: [],
codeRef: {
range: [70, 86, true],
range: [70, 89, true],
pathToNode: [['body', '']],
},
},
Expand All @@ -772,7 +772,7 @@ describe('testing getArtifactsToUpdate', () => {
edgeIds: [],
surfaceId: undefined,
codeRef: {
range: [260, 299, true],
range: [298, 337, true],
pathToNode: [['body', '']],
},
},
Expand All @@ -783,7 +783,7 @@ describe('testing getArtifactsToUpdate', () => {
surfaceId: expect.any(String),
edgeIds: expect.any(Array),
codeRef: {
range: [92, 119, true],
range: [95, 131, true],
pathToNode: [['body', '']],
},
edgeCutId: expect.any(String),
Expand All @@ -805,7 +805,7 @@ describe('testing getArtifactsToUpdate', () => {
surfaceId: expect.any(String),
edgeIds: expect.any(Array),
codeRef: {
range: [156, 203, true],
range: [177, 233, true],
pathToNode: [['body', '']],
},
},
Expand All @@ -817,7 +817,7 @@ describe('testing getArtifactsToUpdate', () => {
surfaceIds: expect.any(Array),
edgeIds: expect.any(Array),
codeRef: {
range: [231, 254, true],
range: [260, 292, true],
pathToNode: [['body', '']],
},
},
Expand All @@ -836,7 +836,7 @@ describe('testing getArtifactsToUpdate', () => {
surfaceId: expect.any(String),
edgeIds: expect.any(Array),
codeRef: {
range: [125, 150, true],
range: [137, 171, true],
pathToNode: [['body', '']],
},
},
Expand All @@ -848,7 +848,7 @@ describe('testing getArtifactsToUpdate', () => {
surfaceIds: expect.any(Array),
edgeIds: expect.any(Array),
codeRef: {
range: [231, 254, true],
range: [260, 292, true],
pathToNode: [['body', '']],
},
},
Expand All @@ -867,7 +867,7 @@ describe('testing getArtifactsToUpdate', () => {
surfaceId: expect.any(String),
edgeIds: expect.any(Array),
codeRef: {
range: [92, 119, true],
range: [95, 131, true],
pathToNode: [['body', '']],
},
edgeCutId: expect.any(String),
Expand All @@ -880,7 +880,7 @@ describe('testing getArtifactsToUpdate', () => {
surfaceIds: expect.any(Array),
edgeIds: expect.any(Array),
codeRef: {
range: [231, 254, true],
range: [260, 292, true],
pathToNode: [['body', '']],
},
},
Expand All @@ -899,7 +899,7 @@ describe('testing getArtifactsToUpdate', () => {
surfaceId: expect.any(String),
edgeIds: expect.any(Array),
codeRef: {
range: [70, 86, true],
range: [70, 89, true],
pathToNode: [['body', '']],
},
},
Expand All @@ -911,7 +911,7 @@ describe('testing getArtifactsToUpdate', () => {
surfaceIds: expect.any(Array),
edgeIds: expect.any(Array),
codeRef: {
range: [231, 254, true],
range: [260, 292, true],
pathToNode: [['body', '']],
},
},
Expand All @@ -931,7 +931,7 @@ describe('testing getArtifactsToUpdate', () => {
surfaceIds: expect.any(Array),
edgeIds: expect.any(Array),
codeRef: {
range: [231, 254, true],
range: [260, 292, true],
pathToNode: [['body', '']],
},
},
Expand All @@ -951,7 +951,7 @@ describe('testing getArtifactsToUpdate', () => {
surfaceIds: expect.any(Array),
edgeIds: expect.any(Array),
codeRef: {
range: [231, 254, true],
range: [260, 292, true],
pathToNode: [['body', '']],
},
},
Expand Down

0 comments on commit 504ea27

Please sign in to comment.