File tree Expand file tree Collapse file tree
docs/ensnode.io/src/lib/examples/stackblitz/static Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ describe("resolveStaticExampleStackBlitzProject", () => {
77 const project = resolveStaticExampleStackBlitzProject ( "domain-by-name" , "enssdk" ) ;
88
99 expect ( project . title ) . toBe ( "Domain By Name using enssdk" ) ;
10- expect ( project . description ) . toContain ( "Load a domain by interpreted name" ) ;
10+ expect ( project . description ) . toContain ( "loads a domain by interpreted name" ) ;
1111 expect ( project . runtime ) . toBe ( "node-tsx" ) ;
1212 expect ( project . files [ "src/index.ts" ] ) . toContain ( "query DomainByName" ) ;
1313 expect ( project . files [ "src/index.ts" ] ) . toContain ( "asInterpretedName" ) ;
@@ -17,7 +17,7 @@ describe("resolveStaticExampleStackBlitzProject", () => {
1717 const project = resolveStaticExampleStackBlitzProject ( "domain-by-name" , "enskit" ) ;
1818
1919 expect ( project . title ) . toBe ( "Domain By Name using enskit" ) ;
20- expect ( project . description ) . toContain ( "Load a domain by interpreted name" ) ;
20+ expect ( project . description ) . toContain ( "loads a domain by interpreted name" ) ;
2121 expect ( project . runtime ) . toBe ( "node-vite" ) ;
2222 expect ( project . files [ "src/App.tsx" ] ) . toContain ( "useOmnigraphQuery" ) ;
2323 expect ( project . files [ "index.html" ] ) . toContain ( 'id="root"' ) ;
You can’t perform that action at this time.
0 commit comments