Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix modernizr build when using customTests key with custom test files #31

Closed
wants to merge 5 commits into from

Conversation

enwin
Copy link

@enwin enwin commented Jan 14, 2016

Overall update to fix #22, the ability to add custom test from the user scripts, handle npm version 3 flat directories and update test suite.

Custom tests can be defined with or without the .js extension. Path must start from the root of the project;

"customTests": [
    "test/user-tests/storage",
    "test/user-tests/animationend.js"
]

Sorry for mixing fixes but I needed all it to make it work on my computer.

@sdussaut
Copy link

+1

5 similar comments
@ctjhoa
Copy link

ctjhoa commented Mar 16, 2016

+1

@cxq
Copy link

cxq commented Mar 23, 2016

+1

@signal-intrusion
Copy link

+1

@dpetton
Copy link

dpetton commented Apr 7, 2016

+1

@PaulinSanselme
Copy link

+1

@signal-intrusion
Copy link

@doctyper what is the status of this PR? Is there anything we can do to help this get merged?

@ctjhoa
Copy link

ctjhoa commented May 18, 2016

Modernizr team: @aFarkas @bobthecow @doctyper @KuraFire @patrickkettner @paulirish @ryanseddon @SlexAxton @stucox
This project is clearly not maintained anymore. Anyone to take care of it ?

@patrickkettner
Copy link
Member

I just had a child, so I have been offline to care for him. I'll be back to open source in the middle of next week.

@mcartoixa
Copy link

+1

@zazaian
Copy link

zazaian commented Aug 3, 2017

@ctjhoa I'm trying to clean up some of this work on my fork. Stay truned as I work to get some of these PRs merged in. Already have the deps cleaned up.

@rejas
Copy link
Member

rejas commented Mar 12, 2019

@zazaian @enwin hi guys, anyone of you still interested in pushing this PR?

@rejas rejas closed this Feb 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

customTests not working with Modernizr v3