Skip to content

Commit

Permalink
update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Solka committed Feb 4, 2023
1 parent 1b588ae commit 23e79cc
Showing 1 changed file with 30 additions and 10 deletions.
40 changes: 30 additions & 10 deletions src/__snapshots__/graph.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

exports[`buildGraph > creates a graph with edges 1`] = `
{
"attributes": {},
"attributes": {
"isInited": true,
},
"edges": [
{
"attributes": {
Expand Down Expand Up @@ -40,7 +42,9 @@ exports[`buildGraph > creates a graph with edges 1`] = `

exports[`buildGraph > does not shows journal pages when not requested 1`] = `
{
"attributes": {},
"attributes": {
"isInited": true,
},
"edges": [],
"nodes": [
{
Expand All @@ -62,7 +66,9 @@ exports[`buildGraph > does not shows journal pages when not requested 1`] = `

exports[`buildGraph > handles block references 1`] = `
{
"attributes": {},
"attributes": {
"isInited": true,
},
"edges": [
{
"attributes": {
Expand Down Expand Up @@ -100,7 +106,9 @@ exports[`buildGraph > handles block references 1`] = `

exports[`buildGraph > increases the weight for multiple edges 1`] = `
{
"attributes": {},
"attributes": {
"isInited": true,
},
"edges": [
{
"attributes": {
Expand Down Expand Up @@ -138,7 +146,9 @@ exports[`buildGraph > increases the weight for multiple edges 1`] = `

exports[`buildGraph > links graphs to nested parents 1`] = `
{
"attributes": {},
"attributes": {
"isInited": true,
},
"edges": [
{
"attributes": {
Expand Down Expand Up @@ -191,7 +201,9 @@ exports[`buildGraph > links graphs to nested parents 1`] = `

exports[`buildGraph > links shared references in a block 1`] = `
{
"attributes": {},
"attributes": {
"isInited": true,
},
"edges": [
{
"attributes": {
Expand Down Expand Up @@ -258,7 +270,9 @@ exports[`buildGraph > links shared references in a block 1`] = `

exports[`buildGraph > merges alias nodes 1`] = `
{
"attributes": {},
"attributes": {
"isInited": true,
},
"edges": [
{
"attributes": {
Expand Down Expand Up @@ -300,7 +314,9 @@ exports[`buildGraph > merges alias nodes 1`] = `

exports[`buildGraph > shows journal pages when requested 1`] = `
{
"attributes": {},
"attributes": {
"isInited": true,
},
"edges": [
{
"attributes": {
Expand Down Expand Up @@ -338,7 +354,9 @@ exports[`buildGraph > shows journal pages when requested 1`] = `

exports[`buildGraph > skips pages with graph-hide: true 1`] = `
{
"attributes": {},
"attributes": {
"isInited": true,
},
"edges": [],
"nodes": [
{
Expand All @@ -360,7 +378,9 @@ exports[`buildGraph > skips pages with graph-hide: true 1`] = `

exports[`buildGraph > skips references to journal pages 1`] = `
{
"attributes": {},
"attributes": {
"isInited": true,
},
"edges": [
{
"attributes": {
Expand Down

0 comments on commit 23e79cc

Please sign in to comment.