- "use strict";
-
- module.exports = function (t, a) {
- a.ok(t && typeof t === "object");
- a(typeof t.Array, "function");
- };
# |
Change |
User |
Description |
Committed |
|
#1
|
23539 |
jenbottom |
Adding the basic code for ember test appk, created with 'ember new' command |
7 years ago
|
|