Update precommit test file list to run all test files.
JerryScript-DCO-1.0-Signed-off-by: László Langó llango.u-szeged@partner.samsung.com
This commit is contained in:
@@ -12,4 +12,4 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
assert(String("abc").concat("d") === "abcd" ? 1 : 0);
|
||||
assert(String("abc").concat("d") === "abcd");
|
||||
|
||||
@@ -12,4 +12,4 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
assert(String().concat() === "" ? 1 : 0);
|
||||
assert(String().concat() === "");
|
||||
|
||||
@@ -12,4 +12,4 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
assert(String().concat("a", "b", "c") === "abc" ? 1 : 0);
|
||||
assert(String().concat("a", "b", "c") === "abc");
|
||||
|
||||
Reference in New Issue
Block a user