Skip to content

Commit

Permalink
test: update cacheable-object tests (unit)
Browse files Browse the repository at this point in the history
  • Loading branch information
towerofnix committed Apr 24, 2024
1 parent 079b2bb commit ba82726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/data/cacheable-object.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import CacheableObject from '#cacheable-object';

function newCacheableObject(PD) {
return new (class extends CacheableObject {
static propertyDescriptors = PD;
static [CacheableObject.propertyDescriptors] = PD;
});
}

Expand Down

0 comments on commit ba82726

Please sign in to comment.