I'd like to use elm to write client side parser for some log files I'm dealing with (in order to make them interactively filterable and enriched with some navigation features). I'd like to create a test suite that would use several of these log files (potentially megabytes long) as test data. Is there some way to load these files from local filesystem to make them available for tests? If not, how would you suggest testing such a parser?
-- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
