Skip to content

Commit

Permalink
#9 trying to make karma work
Browse files Browse the repository at this point in the history
  • Loading branch information
abbr committed Sep 18, 2017
1 parent b994599 commit bf765d2
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 27 deletions.
8 changes: 4 additions & 4 deletions cfg/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ module.exports = {
enforce: 'pre',
include: [path.join(__dirname, '/../src')]
},
{
test: /\.(png|jpg|gif|woff|woff2|css|sass|scss|less|styl)$/,
loader: 'null-loader'
},
// {
// test: /\.(png|jpg|gif|woff|woff2|css|sass|scss|less|styl)$/,
// loader: 'null-loader'
// },
{
test: /\.(js|jsx)$/,
loader: 'babel-loader',
Expand Down
16 changes: 16 additions & 0 deletions showprepper.sublime-project
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,22 @@
"working_dir": "${project_path}",
"target": "ansi_color_build",
"syntax": "Packages/ANSIescape/ANSI.tmLanguage"
},
{
"cmd": [
"node.exe",
"--inspect-brk",
"node_modules/karma/bin/karma",
"start"
],
"env":
{
"NODE_ENV": "test"
},
"name": "debug-karma",
"working_dir": "${project_path}",
"target": "ansi_color_build",
"syntax": "Packages/ANSIescape/ANSI.tmLanguage"
}],
"folders": [
{
Expand Down
23 changes: 0 additions & 23 deletions test/components/MainTest.js

This file was deleted.

0 comments on commit bf765d2

Please sign in to comment.