Run Prettier on all files
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
getJasmineRequireObj().toMatch = function(j$) {
|
||||
|
||||
var getErrorMsg = j$.formatErrorMsg('<toMatch>', 'expect(<expectation>).toMatch(<string> || <regexp>)');
|
||||
var getErrorMsg = j$.formatErrorMsg(
|
||||
'<toMatch>',
|
||||
'expect(<expectation>).toMatch(<string> || <regexp>)'
|
||||
);
|
||||
|
||||
/**
|
||||
* {@link expect} the actual value to match a regular expression
|
||||
|
||||
Reference in New Issue
Block a user