Searched defs:readFileSync (Results 1 – 9 of 9) sorted by relevance
17 readFileSync: jest.fn(() => '{}'), property
17 readFileSync: jest.fn(), property
32 readFileSync: (path, encoding) => { method
34 readFileSync: (path, encoding) => { method
123 private func readFileSync() throws -> [String] { in readFileSync() function