diff --git a/dist/client/bundle.js b/dist/client/bundle.js index 251768b..4d27d8f 100644 --- a/dist/client/bundle.js +++ b/dist/client/bundle.js @@ -1,41 +1,41 @@ /******/ (function(modules) { // webpackBootstrap /******/ // The module cache /******/ var installedModules = {}; - +/******/ /******/ // The require function /******/ function __webpack_require__(moduleId) { - +/******/ /******/ // Check if module is in cache /******/ if(installedModules[moduleId]) /******/ return installedModules[moduleId].exports; - +/******/ /******/ // Create a new module (and put it into the cache) /******/ var module = installedModules[moduleId] = { /******/ i: moduleId, /******/ l: false, /******/ exports: {} /******/ }; - +/******/ /******/ // Execute the module function /******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); - +/******/ /******/ // Flag the module as loaded /******/ module.l = true; - +/******/ /******/ // Return the exports of the module /******/ return module.exports; /******/ } - - +/******/ +/******/ /******/ // expose the modules object (__webpack_modules__) /******/ __webpack_require__.m = modules; - +/******/ /******/ // expose the module cache /******/ __webpack_require__.c = installedModules; - +/******/ /******/ // identity function for calling harmony imports with the correct context /******/ __webpack_require__.i = function(value) { return value; }; - +/******/ /******/ // define getter function for harmony exports /******/ __webpack_require__.d = function(exports, name, getter) { /******/ if(!__webpack_require__.o(exports, name)) { @@ -46,7 +46,7 @@ /******/ }); /******/ } /******/ }; - +/******/ /******/ // getDefaultExport function for compatibility with non-harmony modules /******/ __webpack_require__.n = function(module) { /******/ var getter = module && module.__esModule ? @@ -55,13 +55,13 @@ /******/ __webpack_require__.d(getter, 'a', getter); /******/ return getter; /******/ }; - +/******/ /******/ // Object.prototype.hasOwnProperty.call /******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); }; - +/******/ /******/ // __webpack_public_path__ /******/ __webpack_require__.p = ""; - +/******/ /******/ // Load entry module and return exports /******/ return __webpack_require__(__webpack_require__.s = 6); /******/ }) diff --git a/package.json b/package.json index 3642693..fdc94a7 100644 --- a/package.json +++ b/package.json @@ -17,11 +17,11 @@ "_build:client.spec": "tsc -p src/client/tsconfig.spec.json", "_build": "yarn _build:common && yarn _build:server && yarn _build:client", "_build:spec": "yarn _build:common.spec && yarn _build:server.spec && yarn _build:client.spec", - "_test:common": "DEBUG=common.spec,nop.spec alsatian 'build/common/**/*.spec.js' --tap", - "_test:server": "DEBUG=server.spec alsatian 'build/server/**/*.spec.js' --tap", - "_test:client": "DEBUG=client.spec alsatian 'build/client/**/*.spec.js' --tap", + "_test:common": "DEBUG=common.spec,nop.spec alsatian 'build/common/**/*.spec.js'", + "_test:server": "DEBUG=server.spec alsatian 'build/server/**/*.spec.js'", + "_test:client": "DEBUG=client.spec alsatian 'build/client/**/*.spec.js'", "pretest": "yarn _build && yarn _build:spec", - "test": "tree build && tree dist && yarn _test:common && yarn _test:server && yarn _test:client", + "test": "yarn _test:common && yarn _test:server && yarn _test:client", "test:travis": "yarn test", "predev": "tsc -p utils/tsconfig.json", "dev": "node build/start-dev.js" diff --git a/src/client/client.spec.ts b/src/client/client.spec.ts index 0968f50..8893f7f 100644 --- a/src/client/client.spec.ts +++ b/src/client/client.spec.ts @@ -76,7 +76,7 @@ export class ClientTests { console.log(`testWdNop caught e=${e}`); Expect(false).toBe(true); // Always fail. } - Expect(false).toBe(true); // Always fail. + //Expect(false).toBe(true); // Always fail. debug('testWdNop:-'); }