| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e274cc1 commit f4d7cba
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -49,7 +49,6 @@ suite('StatementSync.prototype.get()', () => { | |||
| 49 | 49 | const db = new DatabaseSync(nextDb()); | |
| 50 | 50 | t.after(() => { db.close(); }); | |
| 51 | 51 | const stmt = db.prepare('SELECT 1 as __proto__, 2 as constructor, 3 as toString'); | |
| 52 | - // eslint-disable-next-line no-dupe-keys | ||
| 53 | 52 | t.assert.deepStrictEqual(stmt.get(), { __proto__: null, ['__proto__']: 1, constructor: 2, toString: 3 }); | |
| 54 | 53 | }); | |
| 55 | 54 | }); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments