File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,9 @@ export default Object.assign(function Library(resolver) {
59
59
cars : ( ) => new FileAttachment ( "https://static.observableusercontent.com/files/048ec3dfd528110c0665dfa363dd28bc516ffb7247231f3ab25005036717f5c4c232a5efc7bb74bc03037155cb72b1abe85a33d86eb9f1a336196030443be4f6" ) . csv ( { typed : true } ) ,
60
60
citywages : ( ) => new FileAttachment ( "https://static.observableusercontent.com/files/39837ec5121fcc163131dbc2fe8c1a2e0b3423a5d1e96b5ce371e2ac2e20a290d78b71a4fb08b9fa6a0107776e17fb78af313b8ea70f4cc6648fad68ddf06f7a" ) . csv ( { typed : true } ) ,
61
61
diamonds : ( ) => new FileAttachment ( "https://static.observableusercontent.com/files/87942b1f5d061a21fa4bb8f2162db44e3ef0f7391301f867ab5ba718b225a63091af20675f0bfe7f922db097b217b377135203a7eab34651e21a8d09f4e37252" ) . csv ( { typed : true } ) ,
62
+ flare : ( ) => new FileAttachment ( "https://static.observableusercontent.com/files/a6b0d94a7f5828fd133765a934f4c9746d2010e2f342d335923991f31b14120de96b5cb4f160d509d8dc627f0107d7f5b5070d2516f01e4c862b5b4867533000" ) . csv ( { typed : true } ) ,
62
63
industries : ( ) => new FileAttachment ( "https://static.observableusercontent.com/files/76f13741128340cc88798c0a0b7fa5a2df8370f57554000774ab8ee9ae785ffa2903010cad670d4939af3e9c17e5e18e7e05ed2b38b848ac2fc1a0066aa0005f" ) . csv ( { typed : true } ) ,
64
+ miserables : ( ) => new FileAttachment ( "https://static.observableusercontent.com/files/31d904f6e21d42d4963ece9c8cc4fbd75efcbdc404bf511bc79906f0a1be68b5a01e935f65123670ed04e35ca8cae3c2b943f82bf8db49c5a67c85cbb58db052" ) . json ( ) ,
63
65
olympians : ( ) => new FileAttachment ( "https://static.observableusercontent.com/files/31ca24545a0603dce099d10ee89ee5ae72d29fa55e8fc7c9ffb5ded87ac83060d80f1d9e21f4ae8eb04c1e8940b7287d179fe8060d887fb1f055f430e210007c" ) . csv ( { typed : true } ) ,
64
66
penguins : ( ) => new FileAttachment ( "https://static.observableusercontent.com/files/715db1223e067f00500780077febc6cebbdd90c151d3d78317c802732252052ab0e367039872ab9c77d6ef99e5f55a0724b35ddc898a1c99cb14c31a379af80a" ) . csv ( { typed : true } ) ,
65
67
weather : ( ) => new FileAttachment ( "https://static.observableusercontent.com/files/693a46b22b33db0f042728700e0c73e836fa13d55446df89120682d55339c6db7cc9e574d3d73f24ecc9bc7eb9ac9a1e7e104a1ee52c00aab1e77eb102913c1f" ) . csv ( { typed : true } ) ,
Original file line number Diff line number Diff line change @@ -24,11 +24,13 @@ test("new Library returns a library with the expected keys", async t => {
24
24
"d3" ,
25
25
"diamonds" ,
26
26
"dot" ,
27
+ "flare" ,
27
28
"htl" ,
28
29
"html" ,
29
30
"industries" ,
30
31
"md" ,
31
32
"mermaid" ,
33
+ "miserables" ,
32
34
"now" ,
33
35
"olympians" ,
34
36
"penguins" ,
You can’t perform that action at this time.
0 commit comments