Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
c22097c9
Commit
c22097c9
authored
Oct 23, 2017
by
Daniel Lee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: disable jest on precommit hook -windows fix
Temporary fix until we get jest tests working on Windows
parent
0ba4c161
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
+1
-2
jest.config.js
+1
-1
scripts/grunt/default_task.js
+0
-1
No files found.
jest.config.js
View file @
c22097c9
...
...
@@ -4,7 +4,7 @@ module.exports = {
"transform"
:
{
"^.+
\\
.tsx?$"
:
"<rootDir>/node_modules/ts-jest/preprocessor.js"
},
"moduleDirectories"
:
[
"<rootDir>node_modules"
,
"<rootDir>/public"
],
"moduleDirectories"
:
[
"<rootDir>
/
node_modules"
,
"<rootDir>/public"
],
"roots"
:
[
"<rootDir>/public"
],
...
...
scripts/grunt/default_task.js
View file @
c22097c9
...
...
@@ -22,7 +22,6 @@ module.exports = function(grunt) {
grunt
.
registerTask
(
'precommit'
,
[
'sasslint'
,
'exec:tslint'
,
"exec:jest"
,
'no-only-tests'
]);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment