UNPKG

react-native-paho-mqtt

Version:

A fork of the Paho javascript client for use in React Native

6 lines (4 loc) 209 B
import { format } from '../src/util'; test('format applies substitutions', () => { expect(format({ text: 'Hi {0}, formatting is working {1}' }, ['Rob', 'OK'])).toBe('Hi Rob, formatting is working OK'); });