We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea919fc commit 8becf4eCopy full SHA for 8becf4e
src/notebooks/deepnote/deepnoteProjectUtils.unit.test.ts
@@ -77,7 +77,7 @@ project:
77
version: 1
78
project:
79
id: test-id
80
- name: Test Project with émojis 🚀
+ name: Test Project with emojis 🚀
81
notebooks: []
82
`;
83
@@ -86,7 +86,7 @@ project:
86
87
const result = await readDeepnoteProjectFile(testUri);
88
89
- assert.strictEqual(result.project.name, 'Test Project with émojis 🚀');
+ assert.strictEqual(result.project.name, 'Test Project with emojis 🚀');
90
});
91
92
0 commit comments