/** * AUTO-GENERATED - DO NOT EDIT. Source: https://github.com/gpuweb/cts **/ export function testSpecEquals(x, y) { return x.suite === y.suite && x.path === y.path; } // Identifies a test case (a specific parameterization of a test), within its spec file. //# sourceMappingURL=id.js.map