flutter/dev/integration_tests/spell_check
Danny Tuppeny 06909ccfa4
Update packages + fix tests for javascript mime change (#118617)
Update test expectations from application/javascript -> text/javascript

`package:mime` now uses `text/javascript` and not `application/javascript`.

See https://github.com/dart-lang/mime/pull/76.
See https://datatracker.ietf.org/doc/html/rfc9239.

> This document defines equivalent processing requirements for the various script media types. The most widely supported media type in use is `text/javascript`; all others are considered historical and obsolete aliases of `text/javascript`.
2023-01-19 09:54:40 -05:00
..
android Fix spell_check_test (#110814) 2022-09-08 21:24:12 +00:00
integration_test [Android] Increase timeout duration for spell check integration test (#117989) 2023-01-05 01:46:35 +00:00
ios Add Info.plist from build directory as input path to Thin Binary build phase (#118209) 2023-01-13 13:41:08 -06:00
lib Re-land Add Spell Check to EditableText (#109643) 2022-08-17 16:16:02 +00:00
test_driver Re-land Add Spell Check to EditableText (#109643) 2022-08-17 16:16:02 +00:00
pubspec.yaml Update packages + fix tests for javascript mime change (#118617) 2023-01-19 09:54:40 -05:00
README.md Re-land Add Spell Check to EditableText (#109643) 2022-08-17 16:16:02 +00:00

spell_check

A Flutter project for testing spell check for [EditableText].