MCPcopy
hub / github.com/chartjs/Chart.js / create

Function create

test/specs/helpers.config.tests.js:103–107  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

101
102 it('should not fail on when options are frozen', function() {
103 function create() {
104 const defaults = Object.freeze({default: true});
105 const options = Object.freeze({value: true});
106 return _createResolver([options, defaults]);
107 }
108 expect(create).not.toThrow();
109 });
110

Callers

nothing calls this directly

Calls 1

_createResolverFunction · 0.85

Tested by

no test coverage detected