prettier/tests/object_api/object_missing.js

8 lines
74 B
JavaScript

// @flow
let tests = [
function() {
Object.doesNotExist();
},
];