Paper Plane Netsuite Group
03/14/2019, 10:01 AMbattk
03/14/2019, 11:43 AMPaper Plane Netsuite Group
03/14/2019, 12:03 PMbattk
03/14/2019, 12:09 PMbattk
03/14/2019, 12:25 PMbattk
03/14/2019, 12:26 PMbattk
03/14/2019, 12:26 PMnpm install karma-jasmine karma-chrome-launcher jasmine-core --save-dev
battk
03/14/2019, 12:27 PMnpm install -g karma-cli
battk
03/14/2019, 12:27 PMbattk
03/14/2019, 12:28 PMPaper Plane Netsuite Group
03/14/2019, 12:29 PMbattk
03/14/2019, 12:29 PMbattk
03/14/2019, 12:30 PMmodule.exports = function (config) {
config.set({
frameworks: ['jasmine'],
files: [
'path/to/your/src',
'path/to/your/spec'
],
exclude: [
'path/to/exclude/if/necessary'
],
browsers: ['Chrome']
});
};
Paper Plane Netsuite Group
03/14/2019, 12:31 PMbattk
03/14/2019, 12:31 PMbattk
03/14/2019, 12:31 PMbattk
03/14/2019, 12:31 PM'src/**/*.js'
battk
03/14/2019, 12:32 PMkarma.conf.js
Paper Plane Netsuite Group
03/14/2019, 12:32 PMbattk
03/14/2019, 12:33 PMPaper Plane Netsuite Group
03/14/2019, 12:33 PMbattk
03/14/2019, 12:33 PMPaper Plane Netsuite Group
03/14/2019, 12:36 PMbattk
03/14/2019, 12:37 PMbattk
03/14/2019, 12:37 PMPaper Plane Netsuite Group
03/14/2019, 12:38 PMbattk
03/14/2019, 12:39 PMbattk
03/14/2019, 12:39 PMPaper Plane Netsuite Group
03/14/2019, 12:41 PMbattk
03/14/2019, 12:41 PMPaper Plane Netsuite Group
03/14/2019, 12:43 PMPaper Plane Netsuite Group
03/14/2019, 12:43 PMbattk
03/14/2019, 12:45 PMbattk
03/14/2019, 12:45 PMPaper Plane Netsuite Group
03/14/2019, 12:45 PMbattk
03/14/2019, 12:46 PMPaper Plane Netsuite Group
03/14/2019, 12:46 PMPaper Plane Netsuite Group
03/14/2019, 12:46 PMbattk
03/14/2019, 12:48 PMPaper Plane Netsuite Group
03/14/2019, 12:49 PMbattk
03/14/2019, 12:51 PMbattk
03/14/2019, 12:51 PMbattk
03/14/2019, 12:51 PMbattk
03/14/2019, 12:51 PMbattk
03/14/2019, 12:52 PMPaper Plane Netsuite Group
03/14/2019, 1:03 PMPaper Plane Netsuite Group
03/14/2019, 1:04 PMbattk
03/14/2019, 1:05 PMPaper Plane Netsuite Group
03/14/2019, 1:05 PMbattk
03/14/2019, 1:09 PMPaper Plane Netsuite Group
03/14/2019, 1:15 PMbattk
03/14/2019, 1:19 PMbattk
03/14/2019, 1:20 PMPaper Plane Netsuite Group
03/14/2019, 1:31 PMbattk
03/14/2019, 1:34 PMPaper Plane Netsuite Group
03/14/2019, 1:41 PM